Supported Event Types

flexEngage supports delivering notifications for the following events via webhook.

NOTE: Notifications are not enabled by default. Please work with your support team to enable notifications for the events you are interested in.

SMS Request Events

The schema for these events is as follows:

{
  "phoneNumber" : "+1234456789",
  "message" : "I am an SMS message",
  "locale" : "en-US"  
}

where

Receipts (instore) Events

The schema for these events matches that of the events in the response of the Get Receipts API