Articles in this section

Invoke an existing import through the API

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.

Create_token.png

Invoke an import

  1. Sign in to integrator.io (US|EU).
  2. Navigate to the Home page and open your desired flow.
  3. Open the import you want to invoke via API.
  4. In the import panel, scroll down and expand the Advanced menu.
  5. Highlight and copy the Invoke URL.
invoke_url.png
  1. In your preferred API client (ex: Postman), set your API token as a Bearer token.
  2. Use your Invoke URL to invoke your import. You will receive a synchronous API response. 

200 OK response

404 NOT FOUND

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.