Advertisement
Guest User

Untitled

a guest
Jul 17th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. [
  2. {
  3. "title": "Create a space, optionally setting its name and adding other users",
  4. "text": "`/luffa create [space name] [teammates]`nExample: `/luffa create Marketing Campaign 2018 @john @kate`",
  5. "color": SLACK_COLOR,
  6. },
  7. {
  8. "title": "Start a new meeting, optionally strating it in the space matching the provided name",
  9. "text": "`/luffa start [space name]`nExample: `/luffa start Marketing Campaign 2018`",
  10. "color": SLACK_COLOR,
  11. },
  12. {
  13. "title": "Search Luffa",
  14. "text": "`/luffa search [query]`nExample: `/luffa search interviews before:Yesterday `",
  15. "color": SLACK_COLOR,
  16. },
  17. {
  18. "text": "There is more help available in our Help Center: https://help.okluffa.com/",
  19. },
  20. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement