Through the API

Odoo requires users to be authenticated before they can register webhook through API.

Note

For more information concerning Odoo authentication, View our REST API Referencearrow-up-right guide.

Once the authentication is done through the Odoo OAuth 1.0 restapi/1.0/common/oauth1 or OAuth 2.0 restapi/1.0/common/oauth2 endpoints, The Odoo REST API lets you do the following with the Webhook resource:

  • Receive a list of all Webhooks

  • Receive a count of all Webhooks

  • Receive a single Webhook

  • Create a new Webhook

  • Modify an existing Webhook

  • Remove a Webhook from the database

Note

For more detailed versions of these general actions, View Webhook API Referencearrow-up-right guide.

Last updated