Skip to main content
Question

Retrieve Poll from multiple pages of API

  • October 17, 2020
  • 5 replies
  • 361 views

Hi All - trying to use Retrive Poll trigger to get updated records from API that limits HTTP requests to 25 results per page. This is easily managed using the Query String Params in Webhooks GET, but I can’t seem to figure this out.

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

5 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • October 18, 2020

What API are you using?


AndrewJDavison
Forum|alt.badge.img+11
  • Zapier Solution Partner
  • December 15, 2020

Hi @RyanLeeAV 

Just checking in, did you manage to get this sorted?


  • Author
  • Beginner
  • December 15, 2020

Hi @AndrewJDavison_Luhhu sort of… what I managed to do for the moment was simply to create a zap-per-page. It’s not elegant but seems to do the trick… the issue I foresee eventually I’ll have to update and add additional zaps for new pages.

 

@Troy Tessalone sorry - JetBuilt.com

It’s a proposal writing tool for the audio/video industry. Trying to pull data for reporting purposes.


Forum|alt.badge.img+9
  • Zapier Staff
  • December 15, 2020

It sounds like you might be using the Webhooks by Zapier built-in app to do this?  Have you considered building a custom Zapier integration instead?  You’d then have ability to script more advanced handling of that endpoint, say, make requests for the first two pages of data in parallel.


AndrewJDavison
Forum|alt.badge.img+11
  • Zapier Solution Partner
  • December 16, 2020

@RyanLeeAV 

Seconding @Zane here - this might be better done with a custom integration rather than webhooks.

I wrote this get started guide for Zapier’s developer platform, and you can get in touch if you want further help.