Creates a webhook

Creates a webhook that notifies the given url whenever one of the
subscribed events occurs.

Each delivery is signed so you can verify it originated from Hubflo. The
request carries an X-Hubflo-Signature header containing the hex-encoded
HMAC-SHA256 of the raw request body, computed with the webhook's signing
secret (returned as secret when the webhook is created). To verify a
delivery, recompute the HMAC over the received body with your signing
secret and compare it to the header value.

Each delivery's payload also includes a unique webhook_delivery_id (along
with a webhook_delivery_created_at timestamp). Use it to deduplicate
deliveries, since the same event may be delivered more than once.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Webhook attributes

event_names
array of strings

The events the webhook subscribes to.

event_names
string
required
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json