Event Payload
The payload delivered to your webhook url
will contain information about the fired event.
The payload attributes and types are defined below.
Attribute
Type
Description
resource
string
The resources affected by this event. Refer here for resource types available.
eventType
string
It describes the CRUD format of event .
Example: POST
,PUT
etc.
eventSubType
string
This defines the event verb specifically for an event Type. Refer Observable Events for the defined event subtypes.
version
string
It is used for versioning the Events.
accountSlug
string
It defined the account which has generated the event
accountId
number
It defines the id of the account which has generated the event
responseData
object
This object can differ for different events. It contains metadata about the event.
Sample Json
Last updated