onboarding-example icon indicating copy to clipboard operation
onboarding-example copied to clipboard

Example does not work (user can't interact with msg)

Open vicSidekick opened this issue 7 years ago • 0 comments

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);

vicSidekick avatar Sep 12 '18 15:09 vicSidekick