Does Odoo 18 support webhook GET requests? The documentation seems to imply it does but I am not sure how to actually get data back as a response. All I can get is Status: OK.
A simple example perhaps?
In my case I am trying to get a record id after looking a contact up via email address so that I can, in turn, create children records.
Thanks!