Essentials for YOOtheme Pro
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, orDELETE. Defaults toPOST. | ✓ | ✓ | 
| Format | The format of the data that will be sent in the request, JSON,XML,RAWorForm-Data. Defaults toJSON. | ✓ | |
| Body | The body content that will be sent in the request when the format is json|xml|rawand the method is notGET. | ✓ | ✓ | 
| Data | The data that will be sent in the request when the request method is GETor the format isForm-Data. | ✓ | ✓ | 
| Advanced | |||
| Action Name | The name to reference this action. | ||
| Status | Defines if the action is enabledordisabled. | ||
| Execution | A composed condition that must be met in order for the action to be executed. | ✓ |