Skip to main content

Webhook Brick

PurposeLearn about the various configurations and parameters required for the Webhook Brick to function correctly.
Last updatedAugust 02, 2024

What is a WebHook Brick?

Webhooks allow you to trigger playbooks using HTTP. By using a webhook, you can send JSON data to a playbook. You can use this trigger to, for example, respond to Slack messages or automatically process complex files.


Webhook Brick configuration supporting video


Webhook URL

This parameter defines the destination URL to which the data will be sent. You can locate and configure this URL in the Brick's configuration pane. Setting the correct destination URL ensures that the data is accurately posted to the intended endpoint.


WebHook Brick Parameters

  1. Label: Allows the user to assign a name to the brick.

  2. Type: This setting should typically be left unchanged in most scenarios. It is configured to operate optimally for general use cases, so adjustments are usually unnecessary.

  3. Input Schema: Defines a JSON schema to validate the incoming data, ensuring only valid data is accepted.

For the Input Schema parameter to work the user can provide the following configuration: {} For more information on the JSON schema used within the Brick, please follow the link below:

Learn more about JSON schema


WebHook Brick output variables:

In this section of the documentation the user will learn where are the outputs of the brick stored and its format.

  • No output is passed to the next brick in the sequence.