Skip to main content

List Integrations

List existing integrations. Note, integration is an instance of a supported SaaS.

Parameters

ParameterDescription
Account IDThe account ID for which to retrieve integrations. The Account ID can be obtained by the List Accounts action.
SaaS IDsA comma seperated list of SaaS IDs to filter by. SaaS IDs can be obtained by the Get Supported SaaS action.

Example Output

{
"data": [
{
"id": "5e0de551c4fec5f504509a24",
"alias": "AD Prod",
"saas_id": "5d428f69368a7f17b8c7ed76",
"saas_name": "Office 365",
"enabled": true,
"integration_status": "failed",
"created_time": "2020-01-02T12:42:57Z",
"last_run": "2021-01-20T20:13:16Z",
"issues": []
},
{
"id": "5e205c5160fcb9e7bc987115",
"alias": "SF R&D",
"saas_id": "5d42a56a8123f61fa0bf2f02",
"saas_name": "Salesforce",
"enabled": false,
"integration_status": "succeeded",
"created_time": "2020-01-16T12:51:29Z",
"last_run": "2021-01-07T15:05:25Z",
"issues": [
{
"severity": "error",
"message": "API authentication failed"
}
]
}
]
}

Workflow Library Example

List Integrations with Adaptive Shield and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop