Overview
Webhooks notify your application when things happen in Embed Workflow, like a workflow being published or a user being updated.
Event names follow a resource.action format. Here are the events we support.
Supported events
Workflows
| Event | Description |
|---|
workflow.created | A new workflow was created. |
workflow.updated | An existing workflow was updated. |
workflow.published | A workflow was published. |
workflow.cloned | A workflow was cloned from an existing one. |
workflow.deleted | A workflow was deleted. |
workflow.draft_discarded | A workflow draft was discarded. |
Executions
| Event | Description |
|---|
execution.completed | A workflow execution completed successfully. |
execution.failed | A workflow execution failed. |
execution.stopped | A workflow execution was stopped. |
Action Types
| Event | Description |
|---|
action_type.created | A new action type was created. |
action_type.updated | An existing action type was updated. |
action_type.published | An action type was published. |
Triggers
| Event | Description |
|---|
trigger.created | A new trigger was created. |
trigger.updated | An existing trigger was updated. |
trigger.deleted | A trigger was deleted. |
App Connections
| Event | Description |
|---|
app_connection.created | A new app connection was created. |
app_connection.updated | An existing app connection was updated. |
app_connection.deleted | An app connection was deleted. |
Installed Apps
| Event | Description |
|---|
installed_app.created | An app was installed. |
installed_app.updated | An installed app was updated. |
Account
| Event | Description |
|---|
account.updated | An account's settings or details were updated. |
Users
| Event | Description |
|---|
user.updated | A user's details were updated. |
user.deleted | A user was deleted. |