Property | Description |
---|---|
Connection Name | Name of the connection. Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -, Maximum length is 255 characters. |
Description | Description of the connection. Maximum length is 4000 characters. |
Type | Slack |
Runtime Environment | The name of the runtime environment where you want to run tasks. You can specify a Secure Agent or Hosted Agent. |
Base URL | The base URL to connect to the Slack APIs. For example, https://slack.com/api/ |
Property | Description |
---|---|
Client ID | Client ID of your Slack application. |
Client Secret | Client secret of your Slack application. |
Scope | The permissions for the Slack application to perform specific operations in your Slack workspace. Separate multiple values with a comma. Do not add spaces between the values. For operations that require chat:write or files:write scopes, ensure that you use chat:write:user, chat:write:bot, or files:write:user based on whether you created the application for a user or a bot. |
Access Token | Access token of your Slack application. Generate the access token for a user or a bot for which you created the application. When you generate the access token, specify the workspace name in the following format: your-workspace.slack.com To use administration operations, enter the URL of your enterprise organization. For example, your-workspace.enterprise.slack.com |
Access Token Parameters | Additional parameters to be included in the access token URL to get the access token. Define the parameters in key-value pairs in JSON format. Separate multiple key-value pairs with a comma. For example, client_id=1234567890,client_secret=abcd1234 |
Authorization Code Parameters | Additional parameters to be included in the authorization code URL to get the authorization code. Define the parameters in key-value pairs in JSON format. Separate multiple key-value pairs with a comma. For example, client_id=1234567890,scope=channels:read+groups:read+im:read+mpim:read,redirect_uri=https://iics-icinq1.informaticacloud.com/ma/proxy/oauthcallback |
Property | Description |
---|---|
Token | Token of your Slack application. Specify the token for a user or a bot for which you created the Slack application. |