Skip to Content
Menu
This question has been flagged
1 Reply
987 Views

I currently have an external API using xml-rpc which is retrieving details from a customer invoice and outputting the details in a JSON file. I want to automate this process within odoo such that whenever an invoice is paid, the API is triggered and download the JSON file of that invoice. Do I have to turn my external API into a custom module and is it possible for the automation? Or is there an application that will help me achieve this?

Avatar
Discard
Best Answer

Hi,

Please Refer to the following Question and answer similar to your requirement.

https://www.odoo.com/sk_SK/forum/pomoc-1/how-can-i-make-a-http-request-to-external-api-in-automated-actions-180956

Hope it helps

Avatar
Discard