Enumeration WebhookTriggerAction

Defines which operation will trigger the webhook. Some operations rely on the type of stage. E.g. on a publishing stage, the webhook will only be triggered for PUBLISH and UNPUBLISH events. On other stages, only CREATE, UPDATE and DELETE are triggering the webhook.

Enumeration Members

Create: "CREATE"
Delete: "DELETE"
Publish: "PUBLISH"
TransitionStep: "TRANSITION_STEP"
Unpublish: "UNPUBLISH"
Update: "UPDATE"

Generated using TypeDoc