Add webhook support #1
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add support for webhooks,
There are multiple events supported:
When creating a webhook there are two ways of filtering:
Webhook can also retry for up to 10 times (this is defined in webhook definition), this is only stopped when request returns 200, or when retrylimit is met
Webhook send
Authorization: Api $key
that can be used validate senderWebhook send a post request containg a json holiday object as below
If there are multiple pending events, they are guaranteed to be sent in the creation order