...
Header | Description |
---|---|
X-Accelo-Event | ID of the even that triggered the delivery. For example, "assign_task" |
X-Hub-Signature | HMAC hex digest of the payload using your configured subscriptions secret. |
Unsubscribe Status
Your integration can tell Accelo to automatically unsubscribe by responding with a HTTP Status Gone 410. The dispatcher will respect this and instantly remove the subscription that caused the webhook trigger. Alternatively you can use the delete subscription endpoint mentioned below.
Endpoints
You can manage webhooks from the public api. This is particularly useful if you wish your integration to automatically manage subscriptions on behalf of authorized user.
...