REST Connector
REST API Connector can be used to fetch data from any REST endpoint. You can use the Flowrest API, which extends Unirest, to make rest calls.
Pagination With Page Number
Page Count Script
Fetch Records Script
Sequential Pagination With Last Update Date
Page Count Script
Fetch Records Script
scope
is of type Record that can be used to store any variables to be re-used across multi-page requests
Paste a sample payload with either a single JSON Object or an Array of Objects
Click Generate Schema to auto-generate schema based on the sample payload
Verify and update the schema as necessary
The more accurate schema will result in less runtime data validation errors
Last updated