Create a webhook
Subrite sets up webhooks for you. Email dev@subrite.no with the webhook name, endpoint URL, authentication, request method and the events to subscribe to.
ArticleView as Markdown
Subrite sets up webhooks for you. Email dev@subrite.no with the webhook name, endpoint URL, authentication, request method and the events to subscribe to.
Currently, Subrite does not support creating or updating webhooks through the user interface. To create a webhook and subscribe to a webhook event, contact dev@subrite.no.
When requesting Subrite to create a webhook, you need to provide the following details:
POSTGETDELETEmember.deletedmember.updatedsubscription.createdsubscription.renewedmember.subscription.activatedmember.subscription.deactivatedHere is an example of the information you might send to Subrite:
Webhook Name: Member deletion
Description: Webhook to notify when a member is deleted in subrite
Endpoint URL: https://yourapp.com/webhooks/member-deleted
Authentication Method: Bearer
Bearer Token: your-secure-bearer-token
Request Method: POST
Events: [member.deleted]Here is an example of the UI after the webhook has been created:

