Friday, October 20, 2023
1 change · master
New functionality added to Odoo
Odoo Studio now includes a dedicated area to create and edit webhooks for the current model. This makes it easier for businesses to connect Odoo with external services and automate reactions when those services call Odoo.
Original PR description
Webhooks are automated actions (base.automation) that can react to a distant service calling the `/web/hook/<hash>` route. A new tab in studio is availaible to edit them and create new ones on the current model. task-id-3450200