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" (GROCERY_PURCHASED) defined as trigger

577

Send Event to SuprSend

Event has to be sent to SuprSend by one of SuprSend SDKs:

Backend SDK:

  1. Send event using Python SDK
  2. Send event using Node SDK
  3. Send event using Java SDK

Client side SDK:

  1. Send event using Javascript SDK (for web applications)
  2. Send event using Android SDK (for mobile applications)
  3. Send event using React Native SDK (for mobile applications)
  4. Send event using Flutter SDK (for mobile applications)