Zoho Books to QB Online : create invoice

Hello,

I'm trying to create an invoice un QB Online when an invoice is created in ZohoBooks. My workflow is the following one :

- Webhook to listen when an invoice is created in Zoho
- Create a customer in QBO
- Create an invoice in QBO

The first 2 steps works but I have this issue in the third step.

Capture d’écran 2022-11-17 à 11.38.47.png


Can you help me ?

Name of my workflow is Accounting.

Thanks in advance
 

Supreme

Well-known member
Staff member
Hey @Antonio995

The first 2 steps works but I have this issue in the third step.

Capture d’écran 2022-11-17 à 11.38.47.png
Further, kindly try passing all the fields since some fields are required to be passed in terms to create an invoice.

Though have tried passing all the fields and it is working fine.
 

Attachments

  • 1668684096308.png
    1668684096308.png
    87.9 KB · Views: 14
  • 1668684584977.png
    1668684584977.png
    94 KB · Views: 14
Hello

Thanks for your answer. How to know what field is requiered ?

The FindCustomer is working perfectly well also for me. Why are you showing me this route ?

Thanks a lot
 
It's working. The one you create works but for the Item i need to find the Item ID from a name and it seems that you don't have this endpoint. ListItems is not enough
 
Top