Anurag Sharma
Anurag Sharma

Reputation: 2605

Connecting to paginated APIs using Zapier?

Is there a way in Zapier to connect to a system exposing Paginated API to get all data? I am trying to use Custom Javascript code but since that runs on lambda it can max run for 10 seconds.

Upvotes: 0

Views: 444

Answers (1)

xavdid
xavdid

Reputation: 5262

Yes. The easiest thing is to use a custom integration, which supports paging. There's still an execution time limit, but you can get pretty big pages.

See the docs on the subject.

Upvotes: 1

Related Questions