コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
1609 ビュー

I am trying to enable a webhook on Odoo SaaS. But while I am trying to send a POST request using POSTMAN. I am getting ERROR 500. 


Any help?

アバター
破棄
最善の回答

Hi,
Enable logging for webhook and see the logs for more information.

See:  Create a New Record Using Webhook in Odoo 17

Thanks

アバター
破棄
最善の回答

The automated action might be throwing an error. Add a try-except on the code and send another request. You should get an "ok" as response.

You can also test it with an empty automated action. In the webhook "Target Record" field, you can use: model.search([],limit=1)

アバター
破棄
関連投稿 返信 ビュー 活動
2
7月 24
2893
2
8月 23
21642
1
12月 22
3416
0
7月 20
2891
2
3月 19
6848