Webhook submit action HTTP request
This topic provides an overview of the properties in a webhook submit action request and shows a sample request.
Webhook submit action properties
Every webhook submit action request payload contains the following properties that provide information about the webhook and the action that occurred:
| Property | Value type | Description |
|---|---|---|
| ActionID | GUID | The processor item ID. Determines which specific webhook sent the data. |
| ActionName | string | The processor item name. Determines which specific webhook sent the data. |
| Comments | string | The text from the comment fields. |
| DataItem | Item | The item that contains the webhook that triggered. |
| Message | string | |
| NextState | WorkflowState | The state that you want the item to move to. If you insert a submit action webhook in a state, NextState returns null. |
| PreviousState | WorkflowState | The state that the item moves from. |
| UserName | string | The user that initiated the workflow action. |
| WorkflowName | string | The name of the workflow that the item uses. |
| WebhookItemId | GUID | The ID of the webhook item that subscribed to the event and was triggered. |
| WebhookItemName | string | The webhook item name. |
Sample webhook submit action request in JSON format
The following is an example of a webhook submit action request in JSON format:
If you have suggestions for improving this article, let us know!