You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
679 B

  1. key: slack
  2. title: Slack
  3. description: Slack is a cloud-based set of proprietary team collaboration tools and services.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/slack.svg
  6. color: green
  7. website: https://api.slack.com/docs/oauth
  8. isAvailable: true
  9. useForm: false
  10. scopes:
  11. - identity.basic
  12. - identity.email
  13. - identity.avatar
  14. props:
  15. clientId:
  16. type: String
  17. title: Client ID
  18. hint: Application Client ID
  19. order: 1
  20. clientSecret:
  21. type: String
  22. title: Client Secret
  23. hint: Application Client Secret
  24. order: 2
  25. team:
  26. type: String
  27. title: Team / Workspace ID
  28. hint: Optional - Your unique team (workspace) identifier
  29. order: 3