Set up guide to send SMS notifications via SuprSend.
Create SuprSend account
Start testing in Sandbox workspace
Create a workflow
+ Create workflow
button on the workflows tab.{{var}}
.
Trigger the workflow
Test
’ 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.
In Sandbox environment, a sample user with your registered email ID is pre-created for testing. You can always add more users or edit existing user profile from subscriber page on UI.
Check logs to see the status of your sent notification
Test with your SMS vendor
Push to Production