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
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 |
|---|---|---|
|
|
GUID |
The processor item ID. Determines which specific webhook sent the data. |
|
|
string |
The processor item name. Determines which specific webhook sent the data. |
|
|
string |
The text from the comment fields. |
|
|
Item |
The item that contains the webhook that triggered. |
|
|
string | |
|
|
WorkflowState |
The state that you want the item to move to. If you insert a submit action webhook in a state, |
|
|
WorkflowState |
The state that the item moves from. |
|
|
string |
The user that initiated the workflow action. |
|
|
string |
The name of the workflow that the item uses. |
|
|
GUID |
The ID of the webhook item that subscribed to the event and was triggered. |
|
|
string |
The webhook item name. |
Sample webhook submit action request in JSON format
Sample webhook submit action request in JSON format
The following is an example of a webhook submit action request in JSON format: