Creating and managing webhooks

You can create and manage webhooks both from the API and the OfficeRnD admin portal.

Where to Find Webhooks in OfficeRnD

The section in which webhooks reside can be found in "Settings"->"Developer Tools"->"Webhooks":

From here you can choose to "Add Endpoint" in order to begin the setup of webhooks.

In the API you can use the /webhooks endpoint:

Setting up WebHooks

When you choose to add an endpoint you'll be able to specify to following:

Endpoint URL - the endpoint of your server where HTTP POST requests will be made.
Description - an optional description allowing you to describe the purpose of the webhook
Events to send - the list of events for which requests will be made to the endpoint