Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/applications/studio/automated_actions/webhooks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ that, click the :guilabel:`Body` tab and select the :guilabel:`raw` option. Set
.. code-block:: json

{
"model": "sale.order",
"id": "SALES ORDER NUMBER"
"_model": "sale.order",
"_id": "SALES ORDER NUMBER"
}

From here, choose a sales order to test the webhook on. If it is not possible to test in a live
Expand Down