feat(slack): send direct message

This commit is contained in:
Ali BARIN
2023-05-13 20:02:19 +00:00
parent 183b9b0d88
commit d23d5d2da0
7 changed files with 204 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ items:
desc: Finds a user by email.
- name: Send a message to channel
desc: Sends a message to a channel you specify.
- name: Send a direct message
desc: Sends a direct message to a user or yourself from the Slackbot.
---
<script setup>