The Webhook Object
This is an object representing webhooks in a space.
Properties
Section titled “Properties”-
idnumberThe numeric ID of the webhook
-
namestringName of this webhook
-
descriptionstringA brief description of this webhook
-
endpointstringWebhook endpoint
-
space_idnumberNumeric ID of a space
-
secretstringWebhook secret
-
actionsenum[]Webhook triggers, see actions table below.
-
activatedbooleanActivate or deactivate the current webhook. Default: true when creating a webhook
-
deleted_atstringDeleted date (Format: YYYY-mm-dd HH:MM)
-
created_atstringCreation date (Format:
yyyy-MM-dd'T'HH:mm:ssZ) -
updated_atstringLatest update date (Format:
yyyy-MM-dd'T'HH:mm:ssZ)
{ "webhook_endpoint": { "id": 4569, "name": "Rebuild Website", "description": null, "endpoint": "https://apiendpoint.com", "space_id": 212319, "secret": "", "actions": [ "story.published" ], "activated": true, "deleted_at": null, "created_at": "2024-03-04T07:58:29.513Z", "updated_at": "2024-03-04T07:58:29.513Z" }}Actions
Section titled “Actions”| Triggers | Description |
|---|---|
story.published | A story is published |
story.unpublished | A story is unpublished |
story.deleted | A story is deleted |
story.moved | A story is moved from a folder or to a folder |
datasource.entries_updated | A new datasource entry is saved or added |
asset.created | An asset is uploaded |
asset.replaced | An asset is replaced |
asset.deleted | An asset is deleted |
asset.restored | An asset is restored |
user.added | A new user is added to the space |
user.removed | A user is removed from the space |
user.roles_updated | A user role is updated |
stage.changed | A workflow stage of a story is changed |
pipeline.deployed | A pipeline stage is deployed |
release.merged | A release is merged into the currently released content |
Was this page helpful?
This site uses reCAPTCHA and Google's Privacy Policy (opens in a new window) . Terms of Service (opens in a new window) apply.
Get in touch with the Storyblok community