Skip to main content
Question

How can I see the full error message from an API call in Zapier?

  • April 7, 2025
  • 3 replies
  • 57 views

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!

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

3 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • 34032 replies
  • April 7, 2025

Hi ​@A.Gold 

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

 


  • Author
  • Beginner
  • 1 reply
  • April 14, 2025

No extra log details. ​@Troy Tessalone 


Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • 34032 replies
  • April 14, 2025

@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