feat(slack): add find user by email action

This commit is contained in:
Ali BARIN
2023-01-30 23:37:58 +00:00
parent 1118d025bf
commit 01bb1259eb
3 changed files with 34 additions and 1 deletions

View File

@@ -3,6 +3,8 @@ favicon: /favicons/slack.svg
items:
- name: Find a message
desc: Finds a message using the Slack search feature.
- name: Find user by email
desc: Finds a user by email.
- name: Send a message to channel
desc: Sends a message to a channel you specify.
---