guest
User
Profile
Bookmarks
Subscriptions
Preferences
API Tokens
Log Out
Add a new webhook
Help
Create
Webhook
Name
This field is required.
Description
Tags
HTTP Request
URL
This field is required.
This URL will be called using the HTTP method defined when the webhook is called. Jinja2 template processing is supported with the same context as the request body.
HTTP method
GET
POST
PUT
PATCH
DELETE
This field is required.
HTTP content type
This field is required.
The complete list of official content types is available
here
.
Additional headers
User-supplied HTTP headers to be sent with the request in addition to the HTTP content type. Headers should be defined in the format
Name: Value
. Jinja2 template processing is supported with the same context as the request body (below).
Body template
Jinja2 template for a custom request body. If blank, a JSON object representing the change will be included. Available context data includes:
event
,
model
,
timestamp
,
username
,
request_id
, and
data
.
Secret
When provided, the request will include a
X-Hook-Signature
header containing a HMAC hex digest of the payload body using the secret as the key. The secret is not transmitted in the request.
SSL
SSL verification
Enable SSL certificate verification. Disable with caution!
CA File Path
The specific CA certificate file to use for SSL verification. Leave blank to use the system defaults.
Cancel
Create
Create & Add Another