Pagination support for HTTP Request Action

Actions |

We've added pagination support to HTTP Request Actions, making it easier to retrieve large datasets that span multiple pages. Instead of chaining together multiple actions, you can now paginate results within a single action. Simply add the Pagination options to your HTTP Request Action, configure the "has_more" condition to determine when to stop fetching pages, and choose whether responses should be emitted as individual events or as a single combined event.

The new PAGINATE variables make implementation straightforward:

  • PAGINATE.index tracks the current page number

  • PAGINATE.previous_response provides access to the response data from the previous page

You can use these variables in the action configuration to implement all kinds of different pagination methods (page number, offset, cursor, and more).

Check out the docs for more information.

Built by you,
powered by Tines

Already have an account? Log in.