Webhook validation action HTTP request
This topic provides an overview of the properties in a webhook validation action request and shows a sample request.
When you send a webhook validation action request, the destination endpoint must send a response to validate the command. Otherwise, the workflow action fails and the item does not change its state.
Properties in a webhook validation action request
Properties in a webhook validation action request
Every webhook validation 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 |
Provides details if an error occurs during the action. |
|
|
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 validation action request in JSON format
Sample webhook validation action request in JSON format
The following is an example of a webhook validation action request in JSON format: