The event (or sometimes referred to as event_name) is a string describing an event. Events are also used to trigger workflows designed on SuprSend Platform. All you have to do is send the event to SuprSend platform and the associated workflows will be triggered Below is an example of workflow with ‘Event Name’ (Documentation Index
Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
Use this file to discover all available pages before exploring further.
GROCERY_PURCHASED) defined as trigger

Send Event to SuprSend
You can either use HTTP API or our backend SDKs to send events via your backend systems or use Client side SDK to directly sync events from your mobile or web applications.Backend SDK:
Python SDK
Node SDK
Java SDK
Go SDK
Client side SDK:
Javascript SDK
- (for web applications)
Android SDK
- (for mobile applications)
React Native SDK
- (for mobile applications)
Flutter SDK
- (for mobile applications)