Webhook Triggered

The webhook trigger receives JSON-formatted data in the body of an HTTP POST request message.

For the webhook to receive the request body, you must configure the message schema to match the expected data (see Output Keys, below).

Parameters

Note: See also Working with Parameters in Automations Workflows.

  • Webhook URL: The URL of the webhook. This parameter is auto-generated when you save the workflow. Once generated, you can click the clipboard icon to copy.

Output Keys

See Also

Configuring the Webhook Schema

For the webhook to receive the JSON-formatted request body, you must configure the message schema to match the expected data, as follows:

  1. Under the Output Keys tab, click Import Webhook Keys from JSON.
  2. In the Import Webhook Keys from JSON dialog, enter a valid JSON schema, and click Parse.
  3. Note: The parser only parses top-level keys. To access the contents of nested arrays and objects from a workspace, use JSON manipulation transformers.

The imported keys appear under "Webhook Keys", prefixed with the webhook parent property.

Other Keys

Key Description
time Event time
source Event type
message Message content