Question

GET request to Zoho Invoice API returns "Please ensure that the invoices has less than 100 characters."

  • 11 October 2022
  • 0 replies
  • 109 views

Hi Zapier community!

I am making a get request using a Zapier webhook in my Zap to the Zoho Invoice API at the URL https://invoice.zoho.eu/api/v3/invoices/{invoice_id}. I am passing the invoice ID retrieved from the previous step in the Zap (another GET request to the Zoho Invoices API) but it returns the below error.

Failed to create a request in Webhooks by Zapier

The app returned "Please ensure that the invoices has less than 100 characters.".

 

When making the GET request locally using postman it returns Status 200 OK along with the invoice data object. 

I have searched the Zoho Invoice API documentation for this error message but find no reference to it, neither does the Zapier interface display what Status code is being returned, so I am struggling to diagnose this.

If anyone can help it would be much appreciated. 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.