Quick start guide to set up & send Web Push notifications using SuprSend SDK in your website.
Create SuprSend account
Integrate webpush in your website
Test directly in Staging workspace
Identify user to attach push token to their profile
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 orcreate user profilefirst for event based trigger.distinct_id
and data in the 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