Skip to main content
The Webhook Post component lets users post a payload to a unique URL. A webhook is an automated message sent from an app upon the occurrence of an event. Webhooks have messages—or payloads—that are sent to the unique URL.

Properties

Name
string
required
A human-readable name for the component.
Incoming Webhook URL
URL
required
Input a valid Webhook URL. The URL must start with HTTP or HTTPS.
Payload Template
drop-down
required
The default setting is [Custom].
Payload
JSON
required
Input a valid JSON payload body. If the payload is not a valid JSON body, an error message will be displayed: “Payload is not valid JSON”.To use variables in this field, type the name of the variable prefixed by the dollar symbol and surrounded by { } brackets, as follows: ${variable}. Once you type ${, a drop-down list of autocompleted suggested variables will appear. This list updates as you type; for example, if you type ${date, functions and variables containing date will be listed.