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.
| Label | Description | Required |
|---|---|---|
| Title | Unique name for the webhook. This is used when selecting the webhook when creating an Action Template. | Yes |
| Endpoint | Must be a HTTPS URL | Yes |
| Verify SSL | This should only be disabled if needed for testing | Yes |
| Headers | Valid JSON format is required | No |
| Webhook secret | Characters are hidden unless the Show toggle is used | No |
| Payload | Valid JSON format is required. Use << >> to insert form variables. | Yes |
Using a webhook
- Create an Action Template.
- Choose Send data through webhook
- Give the Action template a title.
- Choose the Webhook you want to use.
- 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
- Go to Forms then Configurable webhooks.
- 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.