Files
automatisch/packages/docs/pages/apps/slack/actions.md
2023-01-30 23:39:00 +00:00

17 lines
387 B
Markdown

---
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.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />