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

A demonstration of how to build an onboarding app using Slack's Events API

Results 5 onboarding-example issues
Sort by recently updated
recently updated
newest added

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',...

This is intended as an example for beginners, but assumes a lot of understanding from the network side. Take this for example: > Tunneling > Using ngrok you can port...

enhancement

Is there a Python version of this simple Slack webhook app? Can you interlink them?

Nice simple example but does the app connect to a Slack team? I've setup the app as per the instructions but there isn't any behaviour to "Add to Slack". Any...