Question

Partial API response in zapier

  • 11 January 2024
  • 1 reply
  • 21 views

Hey folks! 
I’m trying to create a zap that calls for an API response using webhooks from our Agent’s Shift organizer.

When testing the API call in postman, everything works fine and dandy, and I get all the info in the call.

But when doing the exact same thing through Zapier, I only get 1 shift back out of about 600.
Any idea what can be the reason?
Thanks 💗


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

1 reply

Userlevel 7
Badge +14

Hi @Noambhs 

Yeah, I’ve noticed that behavior too for some apps with how arrays of items are returned.

A workaround would be to use a Code step to make the API request and handle the API response.