Skip to main content
Question

How to get multiple items in a Webhook GET call?


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?

 

Hi @Ultrapuma 

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


@Ultrapuma Do you have the API doc to share?