INSTALL

Install the EyeLevel Slack app in a Slack channel and organization

INSTALL

GET https://api.eyelevel.ai/v1/partner/integration/slack/:apiKey

Path Parameters

NameTypeDescription

apiKey

string

EyeLevel customer key

{
    "integration": {
        "slack": {
            "url": "STRING"
        }
    }
}

Response

{
    "integration": {
        "slack": {
            "url": "STRING"
        }
    }
}

url

The URL that will initiate a web based OAUTH2 process to connect the EyeLevel app to the customer's Slack account.

Last updated