GET CUSTOMER INTEGRATIONS
Query integrations associated with the given customer API key
get
https://api.eyelevel.ai/v1/partner
/integration/:apiKey
QUERY ALL
{
"integrations": [
{
"audienceId": "STRING IDENTIFIER",
"channelName": "STRING",
"channelId": "STRING IDENTIFIER",
"clientId": "STRING IDENTIFIER",
"eventName": "STRING",
"groupTextNumbers": "STRING",
"name": "STRING",
"isVerified": BOOLEAN,
"platform": "ENUMERATED STRING",
"phoneNumbers": "STRING",
"teamId": "STRING",
"type": "ENUMERATED STRING",
"updated": DATETIME,
"workspaceId": "STRING"
}
]
}
The unique identifier for the Mailchimp audience associated with the Mailchimp integration.
The human readable name for the Slack or Microsoft Teams channel where EyeLevel alerts are posted.
The unique identifier for the Slack channel where EyeLevel alerts are posted.
The unique client identifier associated with the Marketo integration.
The Zapier event name used in triggers associated with the Zapier integration.
A comma delimited list of phone numbers, including an EyeLevel phone number, that receive EyeLevel alerts associated with this integration.
The human readable name for the integration.
A boolean value for whether the phone numbers associated with the SMS integration have been verified.
The name of the third party integration. The value will be one of:
- hubspot
- mailchimp
- marketo
- msteams - for Microsoft Teams
- mms - for SMS group texts
- salesforce
- slack
- zapier
A comma delimited list of phone numbers, excluding an EyeLevel phone number, that receive EyeLevel alerts associated with this integration.
The unique identifier for the Microsoft Teams channel where EyeLevel alerts are posted.
The type of integration. The value will be one of:
- channel - for marketing channel integrations
- submit - for event tracking integrations
- transfer - for live chat transfer integrations
The datetime the integration was last updated in RFC3339 format.
The unique identifier for the Slack workspace where EyeLevel alerts are posted.
Last modified 1yr ago