Files
automatisch/packages/docs/pages/apps/mattermost/actions.md
KrzysztofDK 676027245f feat(mattermost): add auth and send message to channel action
* feat: mattermost integration

* post review adjustments
2023-06-29 16:45:57 +02:00

13 lines
247 B
Markdown

---
favicon: /favicons/mattermost.svg
items:
- 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 />