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

16 lines
371 B
Markdown

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