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.

Developer mode

To use this feature now, you must enable Developer mode. Developer mode will be deprecated after May 21, 2025. This change will not affect new or existing integrations, flows, scripts, stacks, tokens, integration apps, or APIs.

Requirements

To invoke an import, you'll need to create an API token at Resources → API token.

Important

Only account owners and admins can create API tokens.

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.

20381534847131-200 example import.png

200 OK response

20381642593179-404 not found import.png

404 NOT FOUND