You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/platform/integrations/programming/webhooks/actions.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,7 @@ The description is an optional string that you can add to the webhook. It serves
157
157
|`eventType`| string | Type of the trigger event, [see Events](/platform/integrations/webhooks/events). |
158
158
|`eventData`| Object | Data associated with the trigger event, [see Events](/platform/integrations/webhooks/events). |
159
159
|`resource`| Object | The resource that caused the trigger event. |
160
+
|`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) |
0 commit comments