Skip to main content
Best answer

Webhook action doesn't parse response containing only one Json array properly


Hello there

Hope somebody help me.

 

I am working on an Integration with a third-party API. During the testing I observe a strange behavior.

The result in Zapier and  Postman are different.

Zapier’s Webhook parses only the first record if the response contains a simple Json array.

 

The same request in postman returns an array [….]

 

 

 

 

 

 

 

 

Best answer by Troy TessaloneBest answer by Troy Tessalone

Hi @aeremchuk 

My recommendation would be to use a Code step to make the API request.

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

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

2 replies

Troy Tessalone
Forum|alt.badge.img+14
  • Zapier Expert
  • 30893 replies
  • Answer
  • May 30, 2024

Hi @aeremchuk 

My recommendation would be to use a Code step to make the API request.

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


  • Author
  • Beginner
  • 4 replies
  • May 30, 2024

Thank you!! It works perfect.