Quickly set up & send Mobile Push notifications using SuprSend SDK
Create SuprSend account
Integrate push channel in your application
Android
applications, Integrate SuprSend SDK and FCM (service provider for sending android push notifications).Language | Documentation | Example |
---|---|---|
Native Android | Integrate Android SDK and Integrate FCM in native application | - |
React Native (Android) | Integrate React Native SDK and Integrate FCM in react native application | GitHub |
Flutter (Android) | Integrate Flutter SDK and Integrate FCM in flutter application | GitHub |
iOS
applications, Integrate SuprSend SDK and APNS (service provider for sending iOS Push notifications)Language | Documentation | Example |
---|---|---|
Native iOS | Integrate iOS SDK and Integrate APNS in native application | - |
React Native (iOS) | Integrate React Native SDK and Integrate APNS in react native application | GitHub |
Flutter (iOS) | Integrate Flutter SDK and Integrate APNS in flutter application | GitHub |
Test directly in Staging workspace
Identify user to attach push token to their profile
distinct_id
who logged in first on the device.Create a workflow
{{var}}
. Add trigger data in the mock to get variable auto-suggestions during editing. Ensure to publish the template before using it in a workflow.
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 with user creation method 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