Quick set up guide to start sending notification on Slack chat via SuprSend.
Create SuprSend account
Integrate Slack and add option to join Slack in your product
Test directly in Staging workspace
Create a workflow
{{var}}
.
Trigger the workflow
Text
’ button in your workflow editor or “Commit” changes to trigger it from your code. We follow Git like versioning for workflow changes, so you need to commit your changes to trigger new workflow via the API. You can check all methods of triggering workflow here.To trigger a workflow, you need:distinct_id
within SuprSend and must have the relevant channel identity set in their profile. You can define recipient inline in case of API based trigger or create user profile first for event based trigger.Check logs to see the status of your sent notification
Requests
’ tab, and view step-by-step debugging of each execution on the ‘Execution
’ tab inside workflow.Push to Production