Comment on page
Webhook Payload
All payloads will contain the following common properties, but the contents and structure of each payload varies depending on the event, you are subscribed to. Refer to each event’s reference document to see which fields will be included.
Example:
{
"CommunityName": "communityName",
"EventType": "event_name",
"Events": [],
"TicketId": 0
}
Last modified 2mo ago