Skip to content

Webhook Action

The Webhook Action triggers an HTTP request to a third-party service. If the validation fails, no further actions will be executed.

SettingDescriptionRequiredDynamic
URLThe URL to send the request to.
MethodThe HTTP method to send the request with, GET, POST, PUT, PATCH, or DELETE. Defaults to POST.
FormatThe format of the data that will be sent in the request, JSON, XML, RAW or Form-Data. Defaults to JSON.
BodyThe body content that will be sent in the request when the format is json|xml|raw and the method is not GET.
DataThe data that will be sent in the request when the request method is GET or the format is Form-Data.
Advanced
Action NameThe name to reference this action.
StatusDefines if the action is enabled or disabled.
ExecutionA composed condition that must be met in order for the action to be executed.