onboarding-example
onboarding-example copied to clipboard
Example does not work (user can't interact with msg)
In the example you give, it is not possible for the user to interact with the message (e.g. star/pin). (Using this: slack.send(response_url, message); ) Instead, using this works fine: slack.send('chat.postMessage', message);