Skip to content

Commit 040c983

Browse files
authored
Update actions.md
1 parent 8a70b64 commit 040c983

File tree

1 file changed

+2
-2
lines changed
  • sources/platform/integrations/programming/webhooks

1 file changed

+2
-2
lines changed

sources/platform/integrations/programming/webhooks/actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ The description is an optional string that you can add to the webhook. It serves
174174
|-------------|--------|-------------------------------------------------------------------------------------|
175175
| `userId` | string | ID of the user who owns the webhook. |
176176
| `createdAt` | string | ISO string date of the webhook's trigger event. |
177-
| `eventType` | string | Type of the trigger event, [see Events](/platform/integrations/webhooks/events). |
178-
| `eventData` | Object | Data associated with the trigger event, [see Events](/platform/integrations/webhooks/events). |
177+
| `eventType` | string | Type of the trigger event, see [Events](/platform/integrations/webhooks/events). |
178+
| `eventData` | Object | Data associated with the trigger event, see [Events](/platform/integrations/webhooks/events). |
179179
| `resource` | Object | The resource that caused the trigger event. |
180180
| `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) |
181181

0 commit comments

Comments
 (0)