To invoke an import through the API, you’ll need to understand the basics and create an import. In the context of a flow, an import is a flow step that retrieves data from an application. You can think of an import as the source application that supplies the initial data at the beginning of a flow. Use the import API endpoints to run your import. You can also run an import through the JavaScript runtime module.
Requirements
To invoke an import, you'll need to create an API token at Resources → API token.
Important: Only account owners and admins with Developer mode enabled can create API tokens.
Invoke an import
- Sign in to integrator.io (US|EU).
- Navigate to the Home page and open your desired flow.
- Open the import you want to invoke via API.
- In the import panel, scroll down and expand the Advanced menu.
- Highlight and copy the Invoke URL.
- In your preferred API client (ex: Postman), set your API token as a Bearer token.
- Use your Invoke URL to invoke your import. You will receive a synchronous API response.
200 OK response
404 NOT FOUND
Comments
Please sign in to leave a comment.