Skip to main content

I’m connecting to ManyChat via API using Webhooks by Zapier, and every time there’s an error, I get the same generic message:

"Validation error"

There’s no other info — no status code, no error body. Just that one title.

When I run the exact same request in Postman, I get a proper JSON response explaining the issue (like a missing field or invalid format). But in Zapier, I can’t see any of that, which makes it hard to fix the problem.

Is there any way to get the full raw response from the ManyChat API when using Zapier?

Thanks!

Hi ​@A.Gold 

Check the Zap Run > Run Details > LOGS tab to see the underlying API request/response.

 


No extra log details. ​@Troy Tessalone 


@A.Gold 

Webhooks Zap app won’t have LOGS.

You can try using a Code step to make the API request, then handle the response however you want.

https://zapier.com/apps/code/integrations#help


Reply