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 theResponse Headers
output data structure.
Parameters
Parameter | Parameter | Valid Blocks | Required |
---|---|---|---|
Request Details | These parameters are set by the incoming request when a Webhook call is received. These are read-only. | Basic Type Block Group | Yes |
Variables | For 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 Group | No |
Logic Flow | This 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 Group | No |
Response Details | These parameters are always returned with your Webhook Receiver response. These are write-only. | Basic Type Block Group | No |