Executing an Integration

Description

The Integrations API retrieves and executes your integrations built with Intely.

Using this endpoint, you can retrieve a list of integrations, get the details on a specific integration, and execute an integration. The execute endpoint should contain the data you want to process through the integration in the body of the API request.

Running one from the builder

You do not need the API to run an integration. In the Integration Builder, Save and Execute
runs it immediately, and View Executions shows the run history with step-level detail for
each attempt. The API route below is for triggering runs from your own systems.

Notes

  • Configuring a workflow using the Integration Builder is required before you can execute the integration using the Intely API.
  • The request body field triggerData is where the data should be placed to pass through the integration workflow

What’s Next

Did this page help you?