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.
The schema for these events is as follows:
{
"phoneNumber" : "+1234456789",
"message" : "I am an SMS message",
"locale" : "en-US"
}
where
phoneNumber
is the customer’s destination phone numbermessage
is the full SMS content rendered via flexEngagelocale
is a combination of the two-letter ISO code for language and country.The schema for these events matches that of the events in the response of the Get Receipts API