Description
Slack Web API v2.0 — 57 actions across Messages, Conversations, Files, Reactions, Users, Reminders, Search, DND, UserGroups. Auth via Bot User OAuth token (xoxb-...).
community_slack · action · Utility · Available · v1.0.0
Slack Web API v2.0 — 57 actions across Messages, Conversations, Files, Reactions, Users, Reminders, Search, DND, UserGroups. Auth via Bot User OAuth token (xoxb-...).
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
integrationLabelEtichetta integration (opzionale) | string | no | — | — |
channelCanale | expression | yes | — #general | Channel ID o #nome. |
textTesto messaggio | expression | yes | — | Plain text o mrkdwn Slack. |
blocksBlock Kit JSON (opzionale) | code | no | — | Array di blocks per layout ricchi. |
threadTsThread timestamp (opzionale) | expression | no | — | Reply a messaggio esistente. |
unfurlLinksUnfurl link automatico | boolean | no | true | Default true. |
Fields available to downstream nodes via $node.<alias>.json.<field>:
oktschannelmessageJSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-community_slack-1",
"defId": "community_slack",
"label": "Slack",
"config": {
"channel": "#general",
"text": "<text>",
"unfurlLinks": true
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes