cs-icon.svg

Webhook Events

Here's a complete list of events available for Webhooks.

Branches

MethodDescription
branch.create.initiatedAny new branch creation is initiated on a stack
branch.create.completedAny new branch creation is completed on a stack
branch.delete.completedAny new branch deletion is completed on a stack
branch.{branch_uid}.delete.initiatedA specific branch deletion is initiated on a stack
branch.{branch_uid}.delete.completedA specific branch deletion is completed on a stack

Content Type

Method Description
content_types.create New content type is created
content_types.update Any content type is updated
content_types.{contenttype_uid}.update A specific content type is updated
content_types.delete Any content type is deleted
content_types.{contenttype_uid}.delete A specific content type is deleted

Entries

Method Description
content_types.entries.createAny entry is created
content_types.{contenttype_uid}.entries.create An entry is created within a content type
content_types.entries.updateAny entry is updated
content_types.{contenttype_uid}.entries.updateAn entry from a specific content type is updated
content_types.{contenttype_uid}.entries.{entry_uid}.updateA specific entry of a specific content type is updated
content_types.entries.publishAny entry is published
content_types.entries.publish.failAny entry failed to publish
content_types.entries.unpublishAny entry is unpublished
content_types.entries.unpublish.failAny entry failed to unpublish
content_types.entries.deleteAny entry is deleted
content_types.{contenttype_uid}.entries.deleteAny entry from a specific content type is deleted
content_types.{contenttype_uid}.entries.{entry_uid}.deleteA specific entry of a specific content type is deleted

Entry Comments

MethodDescription
content_types.entries.comments.createAny comment is created within any entry of any content type
content_types.{contenttype_uid}.entries.comments.createAny comment is created within any entry of a specific content type
content_types.{contenttype_uid}.entries.{entry_uid}.comments.createAny comment is created within a specific entry of a specific content type
content_types.entries.comments.updateAny comment within any entry of any content type is updated
content_types.{contenttype_uid}.entries.comments.updateAny comment within any entry of a specific content type is updated
content_types.{contenttype_uid}.entries.{entry_uid}.comments.updateAny comment within a specific entry of a specific content type is updated
content_types.entries.comments.deleteAny comment within any entry of any content type is deleted
content_types.{contenttype_uid}.entries.comments.deleteAny comment within any entry of a specific content type is deleted
content_types.{contenttype_uid}.entries.{entry_uid}.comments.deleteAny comment within a specific entry of a specific content type is deleted

Note: You cannot set webhook conditions that are triggered on events performed around a specific entry comment.

Entry Discussions

MethodDescription
content_types.entries.discussions.createAny discussion is created within any entry of any content type
content_types.{contenttype_uid}.entries.discussions.createAny discussion is created within any entry of a specific content type
content_types.{contenttype_uid}.entries.{entry_uid}.discussions.createAny discussion is created within a specific entry of a specific content type
content_types.entries.discussions.resolveAny discussion within any entry of any content type is resolved
content_types.{contenttype_uid}.entries.discussions.resolveAny discussion within any entry of a specific content type is resolved
content_types.{contenttype_uid}.entries.{entry_uid}.discussions.resolveAny discussion within a specific entry of a specific content type is resolved
content_types.entries.discussions.reopenAny discussion within any entry of any content type is reopened
content_types.{contenttype_uid}.entries.discussions.reopenAny discussion within any entry of a specific content type is reopened
content_types.{contenttype_uid}.entries.{entry_uid}.discussions.reopenAny discussion within a specific entry of a specific content type is reopened

Note: You cannot set webhook conditions that are triggered on events performed around a specific entry discussion.

Entry Workflows

Method Description
content_types.{contenttype_uid}.entries.{entry_uid}.workflows.{workflow_uid}Any stage of a specific workflow is changed within a specific entry of a specific content type
content_types.{contenttype_uid}.entries.workflows.{workflow_uid}Any stage of a specific workflow is changed within any entry of a specific content type
content_types.entries.workflows.{workflow_uid}Any stage of a specific workflow is changed within any entry of any content type
content_types.{contenttype_uid}.entries.{entry_uid}.workflows.{workflow_uid}.{workflow_stages_uid}Specific stage of a specific workflow is changed within a specific entry of a specific content type
content_types.{contenttype_uid}.entries.workflows.{workflow_uid}.{workflow_stages_uid}Specific stage of a specific workflow is changed within any entry of a specific content type
content_types.entries.workflows.{workflow_uid}.{workflow_stages_uid}Specific stage of a specific workflow is changed within any entry of any content type
content_types.entries.workflowsAny stage of any workflow is changed within any entry of any content type

Entry Variants

Method Description
content_types.entries.variants.create Any entry variant created for any entry in any content type.
content_types.entries.variants.update Any entry variant updated for any entry in any content type.
content_types.entries.variants.delete Any entry variant deleted from any entry in any content type.
content_types.{content_type_uid}.entries.variants.create Any entry variant created for any entry in a specific content type.
content_types.{content_type_uid}.entries.variants.update Any entry variant updated for any entry in a specific content type.
content_types.{content_type_uid}.entries.variants.delete Any entry variant deleted from any entry in a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.create Any entry variant created for a specific entry in a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.update Any entry variant updated for a specific entry in a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.delete Any entry variant deleted from a specific entry in a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.{variant_uid}.update A specific entry variant updated for a specific entry in a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.{variant_uid}.delete A specific entry variant deleted from a specific entry in a specific content type.

Entry Variant Comments

Method Description
content_types.entries.variants.comments.create Any comment created within any entry variant of any entry from any content type.
content_types.entries.variants.comments.update Any comment updated within any entry variant of any entry from any content type.
content_types.entries.variants.comments.delete Any comment deleted from any entry variant of any entry from any content type.
content_types.{content_type_uid}.entries.variants.comments.create Any comment created within any entry variant of any entry from a specific content type.
content_types.{content_type_uid}.entries.variants.comments.update Any comment updated within any entry variant of any entry from a specific content type.
content_types.{content_type_uid}.entries.variants.comments.delete Any comment deleted from any entry variant of any entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.comments.create Any comment created within any entry variant of a specific entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.comments.update Any comment updated within any entry variant of a specific entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.comments.delete Any comment deleted from any entry variant of a specific entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.{variant_uid}.comments.create Any comment created within a specific entry variant of a specific entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.{variant_uid}.comments.update Any comment updated within a specific entry variant of a specific entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.{variant_uid}.comments.delete Any comment deleted from a specific entry variant of a specific entry from a specific content type.

Note: Webhook conditions cannot be configured for actions performed on entry comments within specific entry variants.

Entry Variant Discussions

Method Description
content_types.entries.variants.discussions.create Any discussion created within any entry variant of any entry from any content type.
content_types.{content_type_uid}.entries.variants.discussions.create Any discussion created within any entry variant of any entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.discussions.create Any discussion created within any entry variant of a specific entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.{variant_uid}.discussions.create Any discussion created within a specific entry variant of a specific entry from a specific content type.
content_types.entries.variants.discussions.resolve Any discussion resolved within any entry variant of any entry from any content type.
content_types.{content_type_uid}.entries.variants.discussions.resolve Any discussion resolved within any entry variant of any entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.discussions.resolve Any discussion resolved within any entry variant of a specific entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.{variant_uid}.discussions.resolve Any discussion resolved within a specific entry variant of a specific entry from a specific content type.
content_types.entries.variants.discussions.reopen Any resolved discussion reopened within any entry variant of any entry from any content type.
content_types.{content_type_uid}.entries.variants.discussions.reopen Any resolved discussion reopened within any entry variant of any entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.discussions.reopen Any resolved discussion reopened within any entry variant of a specific entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.{variant_uid}.discussions.reopen Any resolved discussion reopened within a specific entry variant of a specific entry from a specific content type.

Note: Webhook conditions cannot be set for events related to specific entry discussions.

Entry Variant Workflows

Method Description
content_types.entries.variants.workflows.{workflow_uid} Any stage of a specific workflow changed within any entry variant of any entry from any content type.
content_types.{content_type_uid}.entries.variants.workflows.{workflow_uid} Any stage of a specific workflow changed within any entry variant of any entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.workflows.{workflow_uid} Any stage of a specific workflow changed within any entry variant of a specific entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.{variant_uid}.workflows.{workflow_uid} Any stage of a specific workflow changed within a specific entry variant of a specific entry from a specific content type.
content_types.entries.variants.workflows.{workflow_uid}.{workflow_stage_uid} A specific workflow stage changed within any entry variant of any entry from any content type.
content_types.{content_type_uid}.entries.variants.workflows.{workflow_uid}.{workflow_stage_uid} A specific workflow stage changed within any entry variant of any entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.workflows.{workflow_uid}.{workflow_stage_uid} A specific workflow stage changed within any entry variant of a specific entry from a specific content type.
content_types.{content_type_uid}.entries.{entry_uid}.variants.{variant_uid}.workflows.{workflow_uid}.{workflow_stage_uid} A specific workflow stage changed within a specific entry variant of a specific entry from a specific content type.

Entry Variant Environments

Method Description
content_types.entries.variants.environments.publish.success Any entry variant from any entry in any content type is successfully published to any environment.
content_types.entries.variants.environments.unpublish.success Any entry variant from any entry in any content type is successfully unpublished from any environment.
content_types.entries.variants.environments.{environment_uid}.publish.success Any entry variant from any entry in any content type is successfully published to a specific environment.
content_types.entries.variants.environments.{environment_uid}.unpublish.success Any entry variant from any entry in any content type is successfully unpublished from a specific environment.
content_types.entries.variants.environments.publish.fail Any entry variant from any entry in any content type failed to publish to any environment.
content_types.entries.variants.environments.unpublish.fail Any entry variant from any entry in any content type failed to unpublish from any environment.
content_types.entries.variants.environments.{environment_uid}.publish.fail Any entry variant from any entry in any content type failed to publish to a specific environment.
content_types.entries.variants.environments.{environment_uid}.unpublish.fail Any entry variant from any entry in any content type failed to unpublish from a specific environment.
content_types.{content_type_id}.entries.variants.environments.publish.success Any entry variant from any entry in a specific content type is successfully published to any environment.
content_types.{content_type_id}.entries.variants.environments.unpublish.success Any entry variant from any entry in a specific content type is successfully unpublished from any environment.
content_types.{content_type_id}.entries.variants.environments.{environment_uid}.publish.success Any entry variant from any entry in a specific content type is successfully published to a specific environment.
content_types.{content_type_id}.entries.variants.environments.{environment_uid}.unpublish.success Any entry variant from any entry in a specific content type is successfully unpublished from a specific environment.
content_types.{content_type_id}.entries.variants.environments.publish.fail Any entry variant from any entry in a specific content type failed to publish to any environment.
content_types.{content_type_id}.entries.variants.environments.unpublish.fail Any entry variant from any entry in a specific content type failed to unpublish from any environment.
content_types.{content_type_id}.entries.variants.environments.{environment_uid}.publish.fail Any entry variant from any entry in a specific content type failed to publish to a specific environment.
content_types.{content_type_id}.entries.variants.environments.{environment_uid}.unpublish.fail Any entry variant from any entry in a specific content type failed to unpublish from a specific environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.environments.publish.success Any entry variant from a specific entry in a specific content type is successfully published to any environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.environments.unpublish.success Any entry variant from a specific entry in a specific content type is successfully unpublished from any environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.environments.{environment_uid}.publish.success Any entry variant from a specific entry in a specific content type is successfully published to a specific environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.environments.{environment_uid}.unpublish.success Any entry variant from a specific entry in a specific content type is successfully unpublished from a specific environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.environments.publish.fail Any entry variant from a specific entry in a specific content type failed to publish to any environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.environments.unpublish.fail Any entry variant from a specific entry in a specific content type failed to unpublish from any environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.environments.{environment_uid}.publish.fail Any entry variant from a specific entry in a specific content type failed to publish to a specific environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.environments.{environment_uid}.unpublish.fail Any entry variant from a specific entry in a specific content type failed to unpublish from a specific environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.{variant_uid}.environments.publish.success A specific entry variant from a specific entry in a specific content type is successfully published to any environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.{variant_uid}.environments.unpublish.success A specific entry variant from a specific entry in a specific content type is successfully unpublished from any environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.{variant_uid}.environments.{environment_uid}.publish.success A specific entry variant from a specific entry in a specific content type is successfully published to a specific environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.{variant_uid}.environments.{environment_uid}.unpublish.success A specific entry variant from a specific entry in a specific content type is successfully unpublished from a specific environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.{variant_uid}.environments.publish.fail A specific entry variant from a specific entry in a specific content type failed to publish to any environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.{variant_uid}.environments.unpublish.fail A specific entry variant from a specific entry in a specific content type failed to unpublish from any environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.{variant_uid}.environments.{environment_uid}.publish.fail A specific entry variant from a specific entry in a specific content type failed to publish to a specific environment.
content_types.{content_type_id}.entries.{entry_uid}.variants.{variant_uid}.environments.{environment_uid}.unpublish.fail A specific entry variant from a specific entry in a specific content type failed to unpublish from a specific environment.

Jobs

Method Description
jobs.environments.publish.completedAny bulk publish job in all environments is completed
jobs.environments.unpublish.completedAny bulk unpublish job in all environments is completed
jobs.environments.{environment_name}.publish.completedAny bulk publish job on specific environment is completed
jobs.environments.{environment_name}.unpublish.completedAny bulk unpublish job on specific environment is completed

Difference Between Entry-/Asset-based and Job-based Webhook Events

Differentiating FactorsEntry-/Asset-based Publish/Unpublish Webhooks Job-based Publish/Unpublish Webhooks
How it functionsTriggers when an entry/asset is successfully published/unpublished/deleted/created on all/any environmentTriggers when a specific Job (Publish/Unpublish/Delete/Create) is completed on all/any environment
Bulk publish/unpublish of “N” itemsWebhook is triggered “N” times for bulk actionsWebhook is triggered only once at the end for bulk actions (irrespective of the number of items, i.e., for one or many)
Webhook payloadContains complete data about entry/asset (all the fields)Contains only the summary of the job i.e., total count and its skipped, failed, success counts.

Assets

MethodDescription
assets.deleteAny asset is deleted
assets.{asset_uid}.delete A specific asset is deleted
assets.publishAny asset is published
assets.publish.failAny asset failed to publish
assets.unpublishAny asset is unpublished
assets.unpublish.failAll assets failed to unpublish

Releases

MethodDescription
releases.environments.deployAny release deployed on all environments
releases.environments.{environment_name}.deployAny release deployed on a specific environment
releases.{release_uid}.environments.deployA specific release deployed on all environments
releases.{release_uid}.environments.{environment_name}.deployA specific release deployed on a specific environment
releases.environments.deploy.{status}The status of any release deployed on any environment
releases.{release_uid}.environments.deploy.{status}The status of a specific release deployed on any environment
releases.environments.{environment_name}.deploy.{status}The status of any release deployed on a specific environment
releases.{release_uid}.environments.{environment_name}.deploy.{status}The status of a specific release deployed on a specific environment

When a webhook is triggered for an entry or asset, because it was published/unpublished via a release, the webhook data of such as an event contains a 'source' key. This key contains the JSON data of the release (type, title, and UID) it was deployed through.

This is useful in cases where a lot depends on the webhook data. For example, in the case of static site generators, a build is generated every time an item (entry or asset) is published or unpublished. So, if a release is deployed with 200 items, it will generate a build 200 times, instead of just one time for the release. To avoid such cases, the developer can write custom code that ignores events whose response contains the source key. So, only one build will be generated for the whole release.

Was this article helpful?
^