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.

Notes

  • Configuring a workflow using the Integration Builder is require 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