Skip to main content

Webhook Receiver

Overview

A function with pre-defined inputs and outputs that can be used to receive data via a Webhook. You could describe functions as Formulas, Workflows, Flows or Automations.

If you want to provide response headers, you need to place an object (not array) containing key/value pairs of headers into the Response Headers output data structure.


Parameters

ParameterParameterValid BlocksRequired
Request DetailsThese parameters are set by the incoming request when a Webhook call is received. These are read-only.Basic Type Block GroupYes
VariablesFor variables and constants that you need in this function (these are not asked for or returned from this function). These are read/write.Basic Type Block GroupNo
Logic FlowThis is where you build logic and call other functions. Blocks will be executed as a sequence of instructions in order (top to bottom, following tree branches on the way down).Process Block GroupNo
Response DetailsThese parameters are always returned with your Webhook Receiver response. These are write-only.Basic Type Block GroupNo