Through the API
Last updated
Last updated
Odoo requires users to be authenticated before they can register webhook through API.
Note
For more information concerning Odoo authentication, View our 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 guide.