Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ The description is an optional string that you can add to the webhook. It serves
|-------------|--------|-------------------------------------------------------------------------------------|
| `userId` | string | ID of the user who owns the webhook. |
| `createdAt` | string | ISO string date of the webhook's trigger event. |
| `eventType` | string | Type of the trigger event, [see Events](/platform/integrations/webhooks/events). |
| `eventData` | Object | Data associated with the trigger event, [see Events](/platform/integrations/webhooks/events). |
| `eventType` | string | Type of the trigger event, see [Events](/platform/integrations/webhooks/events). |
| `eventData` | Object | Data associated with the trigger event, see [Events](/platform/integrations/webhooks/events). |
| `resource` | Object | The resource that caused the trigger event. |
| `globals` | Object | Data available in global context. Contains `dateISO` (date of webhook's trigger event in ISO 8601 format) and `dateUnix` (date of trigger event in Unix time in seconds) |

Expand Down
Loading