Files
automatisch/packages/docs/pages/apps/slack/actions.md
2023-05-15 16:24:17 +02:00

493 B

favicon, items
favicon items
/favicons/slack.svg
name desc
Find a message Finds a message using the Slack search feature.
name desc
Find user by email Finds a user by email.
name desc
Send a message to channel Sends a message to a channel you specify.
name desc
Send a direct message Sends a direct message to a user or yourself from the Slackbot.
<script setup> import CustomListing from '../../components/CustomListing.vue' </script>