definition.yml 722 B

123456789101112131415161718192021222324252627282930
  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. icon: /_assets/icons/ultraviolet-slack.svg
  7. color: green
  8. website: https://api.slack.com/docs/oauth
  9. isAvailable: true
  10. useForm: false
  11. scopes:
  12. - identity.basic
  13. - identity.email
  14. - identity.avatar
  15. props:
  16. clientId:
  17. type: String
  18. title: Client ID
  19. hint: Application Client ID
  20. order: 1
  21. clientSecret:
  22. type: String
  23. title: Client Secret
  24. hint: Application Client Secret
  25. order: 2
  26. team:
  27. type: String
  28. title: Team / Workspace ID
  29. hint: Optional - Your unique team (workspace) identifier
  30. order: 3