Webhook Action
The Webhook Action triggers an HTTP request to a third-party service. If the validation fails, no further actions will be executed.
Setting | Description | Required | Dynamic |
---|---|---|---|
URL | The URL to send the request to. | ✓ | ✓ |
Method | The HTTP method to send the request with, GET , POST , PUT , PATCH , or DELETE . Defaults to POST . | ✓ | ✓ |
Format | The format of the data that will be sent in the request, JSON , XML , RAW or Form-Data . Defaults to JSON . | ✓ | |
Body | The body content that will be sent in the request when the format is json|xml|raw and the method is not GET . | ✓ | ✓ |
Data | The data that will be sent in the request when the request method is GET or the format is Form-Data . | ✓ | ✓ |
Advanced | |||
Action Name | The name to reference this action. | ||
Status | Defines if the action is enabled or disabled . | ||
Execution | A composed condition that must be met in order for the action to be executed. | ✓ |