Hello,
In Zoho Flow I've made a connection between Zoho Books and Zoho Creator where there will be a new record added in Creator after creating a new invoice containing the Invoice ID.
In Creator I would like to fetch the invoice information based on the Invoice ID and add a record in a new table in Creator with at least the following information:
1. CRM Account ID;
2. Total excl. VAT;
3. Total VAT;
4. Total incl. VAT;
5. Invoice number;
6. Invoice date;
7. Invoice due date;
8. And when possible the VAT total per VAT type.
I've tried the standard integration for Books in Creator and also in Flow but I can't reach the values I need so I suppose I need to use a "
get url" function. Can someone help me with this? I also need this function when a Invoice is updated but that should be easy when I know how to fix this problem.
After updating the above information I would like to push the information to my accounting software using the POSTURL function.
In my accounting software I will registrate the payments. The payment registration will then be fetched to Zoho Creator with the GETURL function.
After the GETURL function I need to create a payment using the POST URL function "
Create a Payment" to Zoho Creator.
I hope someone can help me.