Hi,
I’m trying to use Webhooks to create Invoices in Zoho Books.
To properly match the contact and Items I use modules to list these aspects from Zoho. I can then have access to the internal IDs required to create the invoice.
As my Order data has multiple order lines I use an Iterator to create bundles.
The problem I’m currently having is that I’m creating a separate invoice for each line item. Feels like I’m missing something really simple?
Any tips would be greatly appreciated.
Jonny