Setting up webhooks
Payload
{
"data": {
"type": "webhookPayload",
"id": "<uuid>",
"attributes": {
"webhookId": "<uuid>",
"event": "<string>",
"fields": "<optional array of updated fields>",
"resource": "<jsonapi spec formatted object>"
}
}
}Setup
Attribute
Description
Example
Required
Last updated