Webhooks
What are webhooks? Webhooks allow an external application to receive notifications of events happening in BRM. Webhooks are triggered by specific event...
Mon, 12 Dec, 2022 at 12:28 PM
Basic overview Setting up webhooks from BRM broadly consists of 2 steps. Create an endpoint for the webhook on your server. Register this endpoint in B...
Fri, 28 May, 2021 at 6:16 PM
Here is an example of the customer record JSON data sent to a user-defined endpoint as a result of the customer.update webhook trigger. { &a...
Thu, 5 Aug, 2021 at 4:46 PM
Here is an example of the reservation JSON data sent to a user-defined endpoint as a result of the reservation.create webhook trigger: { "referenc...
Tue, 4 Jun, 2024 at 4:55 PM