Route
id | slack.channel |
type | messaging |
delivery | copy_open |
Voice fields
| Field | Use |
|---|---|
where | Channel or person. |
title | Message summary. |
details | Message body and transcript context. |
Fallback
No channel: copy message and open Slack without sending.
Payload
{
"id": "slack.channel",
"app": "Slack",
"fields": {
"channel": { "type": "string" },
"message": { "type": "string", "required": true, "source": "summary" },
"context": { "type": "string", "source": "transcript" }
}
}
