12345678910111213141516171819202122232425262728293031323334353637 |
- key: slack
- title: Slack
- description: Slack is a cloud-based set of proprietary team collaboration tools and services.
- author: requarks.io
- logo: https://static.requarks.io/logo/slack.svg
- icon: /_assets/icons/ultraviolet-slack.svg
- color: green
- website: https://api.slack.com/docs/oauth
- isAvailable: true
- useForm: false
- scopes:
- - identity.basic
- - identity.email
- - identity.avatar
- props:
- clientId:
- type: String
- title: Client ID
- hint: Application Client ID
- order: 1
- clientSecret:
- type: String
- title: Client Secret
- hint: Application Client Secret
- sensitive: true
- order: 2
- team:
- type: String
- title: Team / Workspace ID
- hint: Optional - Your unique team (workspace) identifier
- order: 3
- refs:
- callbackUrl:
- title: Authorization Callback URL
- hint: The callback endpoint to input on Slack.
- icon: back
- value: '{host}/login/{id}/callback'
|