Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Send a message to a Slack channel
| Field | Value |
|---|
| Name | slack:send-message |
| Group | Integrations |
Playground
{
"type": "object",
"properties": {
"channel": {
"type": "string",
"description": "Channel ID to send to"
},
"text": {
"type": "string",
"description": "Message text (supports mrkdwn)"
},
"thread_ts": {
"type": "string",
"description": "Thread timestamp to reply to"
},
"unfurl_links": {
"type": "boolean",
"description": "Unfurl URLs"
},
"end_user_id": {
"type": "string",
"description": "End-user ID for per-user OAuth token resolution"
}
},
"required": [
"channel",
"text"
],
"description": "Input schema for the slack:send-message tool."
}
Output schema
This tool does not publish an output schema.