Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
2014 Vistas

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?

Avatar
Descartar
Mejor respuesta

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

See:  Create a New Record Using Webhook in Odoo 17

Thanks

Avatar
Descartar
Mejor respuesta

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)

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
2
jul 24
3420
2
ago 23
22314
1
dic 22
3933
0
jul 20
3311
2
mar 19
7884