Articles in this section

Invoke an existing export through the API

To invoke an export through the API, you’ll need to understand the basics and create an export. In the context of a flow, an export is a flow step that retrieves data from an application. You can think of an export as the source application that supplies the initial data at the beginning of a flow. Use the export API endpoints to run your export. You can also run an export through the JavaScript runtime module.

Requirements

To invoke an export, 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.

8210832101147-Create_token.png

Invoke an export

  1. Sign in to integrator.io (NA| EU).

  2. Navigate to the Home page and open your desired flow.

  3. Open the export you want to invoke via API.

  4. In the export panel, scroll down and expand the Advanced menu.

  5. Highlight and copy the Invoke URL.

4412552657691-Invoke.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 export. You will receive a synchronous API response.

20381223035547-200 example export.png

200 OK

20381337632283-404 not found.png

404 NOT FOUND