Slack

community_slack · action · Utility · Available · v1.0.0

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-...).

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
integrationLabel
Etichetta integration (opzionale)
stringno
channel
Canale
expressionyes
#general
Channel ID o #nome.
text
Testo messaggio
expressionyesPlain text o mrkdwn Slack.
blocks
Block Kit JSON (opzionale)
codenoArray di blocks per layout ricchi.
threadTs
Thread timestamp (opzionale)
expressionnoReply a messaggio esistente.
unfurlLinks
Unfurl link automatico
booleannotrueDefault true.

⬆️ Node output

Fields available to downstream nodes via $node.<alias>.json.<field>:

  • ok
  • ts
  • channel
  • message

💡 Configuration example

JSON 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
  }
}

🔗 Related nodes in the same category

Ready to use Slack?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes