Slack chat message reply profile
org.intentschema.communication.chat.message.reply.v1@com.slack.v1
JSON: bare · @sha256:034090e19f34…
Hash: sha256:034090e19f341be27ba07f8788e6ec40e37abf120b91808235188954cf934f4d
Slack profile for chat message reply.
Implements: Reply to chat message (org.intentschema.communication.chat.message.reply.v1)
Payload
| Field | Type | Description |
target * | Target | (system = "slack", required: system) |
object * | object | |
idempotency_key | string | |
slack @com.slack | object | |
object
| Field | Type | Description |
channel_id | string | |
text * | string | |
broadcast | boolean (default false) | If true, also surface the reply in the parent channel. |
slack @com.slack
| Field | Type | Description |
blocks | any[] | |
unfurl_links | boolean | |
Result
| Field | Type | Description |
external_id * | string | Provider-assigned id. |
created_at * | string (date-time) | |
posted_at | string (date-time) | |
API mapping
Field mapping
| Intent field | API parameter |
target.external_id | thread_ts (parent message timestamp) |
object.channel_id | channel |
object.text | text |
object.broadcast | reply_broadcast |
slack.blocks | blocks[] |