Webhook

Transfer data input to an external WebHook like IFTTT or Zapier. Build your own Json body using templating and send using GET, PUT or POST request.

Parameters

Label (internal name) Type Default Description
Webhook URL (url) string The WebHook url
Method (method) select, possible values: GET (get),
PUT (put),
POST (post),
POST MULTIPART (post-multi)
Body: valid JSON or @content. For GET, JSON key/values are transformed to QueryString. (jsonBody) textarea JsonBody with the key:value sent to the webhook
Name (mpart-name) string Name of the multipart
File Contents (content-source) select, possible values: .Input.Node (input),
.LastOutput.StringBody (stringBody),
.LastOutput.RawBody (rawBody),
.LastOutput.JsonBody (jsonBody)
input Source to be used as file contents either in multiparts or as request body
Header Name (header-name) string Header Name
Handle Response (response) select, possible values: Discard (discard),
Body as Json (json),
Body as String (string),
Headers as Json (headers)
discard Select response management
Back to top