Webhook
  • Odoo Webhooks: Version 1.0 documentation
  • Configuration
    • Through the API
    • Through your user panel
  • Properties
  • Endpoints
    • Get a Webhooks
      • Get a list of all webhooks
      • Get a single webhook by it's ID
      • Get a list of webhooks of particular ids
      • Get a list of specific webhooks using domain filter
    • Get a count of Webhooks
    • Create a new Webhook
    • Update an existing Webhook
      • Update a single webhook by its id
      • Update a list of webhooks of particular ids
    • Delete a Webhook from the database
      • Delete a single webhook by its id
      • Delete a list of webhooks of particular ids
  • Receive a webhook
  • Handle Response
Powered by GitBook
On this page

Endpoints

The endpoint restapi/1.0/webhooks is used to call methods of odoo webhook model.

What you can do

The Webhook REST API lets you do the following with the Odoo webhook model:

  • Get a Webhooks

    • Get a list of all webhooks

    • Get a single webhook by its id

    • Get a list of webhooks of particular ids

    • Get a list of specific webhooks using domain filter

  • Get a count of Webhooks

  • Create a new Webhook

  • Update an existing Webhook

    • Update a single webhook by its id

    • Update a list of webhooks of particular ids

  • Delete a Webhook from the database

    • Delete a single webhook by its id

    • Delete a list of webhooks of particular ids

PreviousPropertiesNextGet a Webhooks

Last updated 2 years ago