Skip to main content
Answer

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

  • May 30, 2024
  • 2 replies
  • 46 views

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 Tessalone

Hi @aeremchuk 

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

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

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

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • 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
  • May 30, 2024

Thank you!! It works perfect.