Run Integration

How to run an integration using the DigiFi API.

The Run Integration API can be used to execute Integrations.

The API response will include integration-level summary information, the result of a run (completed, or error), the variables generated and other useful information.


Example Request

Below please find the JSON body for an example request:

{
    "integrationId": "63caa056a93ed4329701cadf",
    "applicationId": "63ca97b71da7c1618788eeb8",
    "inputs": {
    	"rate": 500
    },
    "files": [
      {
        "file": "34gtt056a93td4329701cagt",
        "key": "fileKey1"
      }
    ]
  }
Language
Credentials
Header