feat(mattermost): add auth and send message to channel action
* feat: mattermost integration * post review adjustments
This commit is contained in:
12
packages/docs/pages/apps/mattermost/actions.md
Normal file
12
packages/docs/pages/apps/mattermost/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
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 />
|
Reference in New Issue
Block a user