Skip to main content

Webhooks

Use webhooks to send information to external systems when a Jadu Central form is submitted. Available from Central 4.1.0.

Creating a configurable webhook

Access Configurable Webhooks from the Forms menu.

note

Access to the Configurable webhooks menu item is managed within Utilities > Admin privileges.

LabelDescriptionRequired
TitleUnique name for the webhook. This is used when selecting the webhook when creating an Action Template.Yes
EndpointMust be a HTTPS URLYes
Verify SSLThis should only be disabled if needed for testingYes
HeadersValid JSON format is requiredNo
Webhook secretCharacters are hidden unless the Show toggle is usedNo
PayloadValid JSON format is required. Use << >> to insert form variables.Yes

Using a webhook

  1. Create an Action Template.
  2. Choose Send data through webhook
  3. Give the Action template a title.
  4. Choose the Webhook you want to use.
  5. Map each of the form variables to the form data.
note

Any failures during webhook execution are available within the Failed Action report.

Viewing webhooks

Go to Forms then Configurable webhooks.

A list of webhooks is shown with Title, Admin and Usages.

Use the webhook’s Usages hyperlink to view which forms and rules a webhook is associated with.

Editing a webhook

  1. Go to Forms then Configurable webhooks.
  2. Access the webhook you wish to edit from the Webhook’s title hyperlink.

Deleting webhooks

A webhook can only be deleted if it is not in use. To delete an unused webhook, select the webhook then go to Actions and Deleted selected. Confirm the deletion.