The Event Object
The following describes the event object that is sent with each webhook event
Attributes
- event (string)
- * the type of event being sent. Eg. user.created, points.updated
- dateSent (string)
- * A date string in ISO format of when the event was sent
- dateSentOffset (number)
- * The timezone offset of the date sent
- data (object)
- * Object containing data associated with the event.
Updated on: 13/02/2025
Thank you!