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)
Json Parameters (jsonBody) textarea, possible values: content-type:text/go JsonBody with the key:value sent to the webhook
Back to top