Skip to main content
Question

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


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!

Did this topic help you find an answer to your question?

Troy Tessalone
Forum|alt.badge.img+14

Hi ​@A.Gold 

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

 


  • Beginner
  • April 14, 2025

No extra log details. ​@Troy Tessalone 


Troy Tessalone
Forum|alt.badge.img+14

@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