Short answer: You can send message in Discord by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Discord Send Message action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Channel ID channel_id | string | Required | The Discord channel snowflake ID |
Message Content content | string | Required | Message text (supports Discord Markdown, max 2000 chars) |
Text-to-Speech tts | options | Optional | Text-to-Speech. Options: No, Yes |
{"channel_id": "e.g. 123456789012345678","content": "e.g. Hello from the bot! :wave:","tts": "{{trigger.tts}}"}
{"id": "msg123","author": {"id": "bot123","username": "MyBot"},"content": "Hello from the bot!","timestamp": "2025-01-15T12:00:00.000000+00:00","channel_id": "123456789012345678"}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.