Add an API call. Multiple webhooks can be chained — they execute in order, and if earlier webhooks fail, later ones act as fallbacks.
HTTP method for the request.
"GET" — retrieve a resource"POST" — create a resource or submit data"PUT" — replace a resource"DELETE" — remove a resource"PATCH" — partially update a resourceAPI endpoint URL. Supports ${variable} substitutions (use ${enc:args.param}
for URL-encoded values).
Optional configuration.
HTTP headers to include in the request.
Send the JSON body as a single form parameter with this name.
Merge function arguments into the request parameters automatically.
Only execute this webhook if all listed arguments are present.
DataMap — Self for method chaining.
Chained webhooks act as fallbacks — if the first webhook fails, the second is tried: