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

Configuration

If you already have an Odoo server, restapi and webhook module installed, you can configure your webhooks, one of two ways:

  1. Through the API

  2. Through your user panel

PreviousOdoo Webhooks: Version 1.0 documentationNextThrough the API

Last updated 2 years ago