Skip to main content
Question

How to get multiple items in a Webhook GET call?

  • May 20, 2024
  • 2 replies
  • 22 views

i am trying to use webhook with a GET call for a lottery API.
I would like to get any specific game results, but i only get the first one.
i tried using query parameters but always the result is the same, just the first item .

Any idea?

 

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
  • May 20, 2024

Hi @Ultrapuma 

You may need to use a Code step to make the API request, then handle the returned response.


fiona819
Forum|alt.badge.img+3
  • New
  • May 20, 2024

@Ultrapuma Do you have the API doc to share?