Integration brief

Slack

Route

idslack.channel
typemessaging
deliverycopy_open

Voice fields

FieldUse
whereChannel or person.
titleMessage summary.
detailsMessage 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" }
  }
}