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!