Benefits of using SuprSend as your notification stack
- No vendor integration code — add, remove, or prioritize vendors and channels from your SuprSend account without touching your codebase.
- Unified template management — design templates for all channels together and manage them from a single place.
- Ship faster — experiment with notifications and improve end-user experience without writing code.
Introduction to workflows
Communications are made up of multiple components - trigger, logic, content, variables, target user, channels, vendors, etc. Typical communication solutions have one or more components intertwined with each other. SuprSend solves communications from a different and more powerful approach, which we call Workflows. At SuprSend, all the constituent components are decoupled from each other, making it modular in nature. The components can come from any source. All these components are configured as nodes in Workflows, where the processing happens for delivery and optimisation. This allows Workflows to handle any complexity possible in your communication use cases.
How do you trigger notifications?
You can trigger notifications in one of the two ways:- Send events to SuprSend from your frontend clients (android app, website, etc) via SuprSend Client SDK, and create a Workflow on SuprSend platform to trigger notification on an event.
- Create workflow and trigger notification from your backend itself using an omni-channel HTTPS API method, or you can use our Backend SDK.