Files
automatisch/packages/docs/pages/apps/slack/actions.md

16 lines
360 B
Markdown

---
items:
- name: Find a message
desc: Finds a message using the Slack search feature.
avatar: /favicons/slack.svg
- name: Send a message to channel
desc: Sends a message to a channel you specify.
avatar: /favicons/slack.svg
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />