Webhooks
Last updated
Last updated
Webhooks were supported in the main Notification plugin up to version 8.
Due to further plans to develop the extension, from version 9 onwards, Webhooks are available as a paid add-on Notification : Webhooks.
If you wish to continue using a basic, free version of Webhooks, please stick to the Notification v8.
If you are our client and used Webhooks before the upgrade, please contact us at support@bracketspace.com.
There are two carriers available in this extension:
Webhooks
Webhooks JSON
In both of them you can add multiple webhook URLs:
In plain Webhook, you can define arguments using merge tags for a Key or Value.
You can also send these arguments in JSON format if you check that option.
In the Webhook JSON carrier, you can add your Webhook data directly in the JSON format.
Here you can use merge tags as well, f.e.:
The extension also comes with an Incoming Webhook trigger:
After selecting the trigger, the Webhook URL will be generated. You can modify the last part of it if you want, and then easily copy the whole URL to set it up in your application.
Choose accepted methods to make sure your webhooks will get through.
We strongly recommend keeping authentication on to prevent unwanted spam coming to your endpoint.
Notification's Webhooks use authentication based on Application Passwords.