Plans to support Slack commands ? We would find using "/remind" useful

Describe the problem/error/question

Reading Slack node documentation | n8n Docs it seems that n8n Slack node does not have the ability to send commands. We would find useful to send commands such as /remind #channel to “message” on date using n8n.

What is the error message (if any)?

Trying using a normal “Message” type I get :

Please share your workflow


Share the output returned by the last node

Information on your n8n setup

  • n8n version: 2.10.3
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): GKE
  • Operating system: n/a
1 Like

Hi @arthurzenika Welcome!
Let me clarify the slack node currently does not support sending slack commands like /remind , what i have seen working is that try using the HTTP node with slack API directly to perform actions that are currently not supported by the built in node, this would be a good feature request:

example flow can be like this: