Short answer: You can send message in Unipile by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Unipile 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 |
|---|---|---|---|
Account ID account_id | string | Required | The connected account ID to send from |
Chat ID chat_id | string | Required | The chat/conversation ID to send the message to |
Message Text text | string | Required | The message text to send |
{"account_id": "e.g. acc_abc123","chat_id": "e.g. chat_abc123","text": "{{trigger.text}}"}
{"object": "MessageSent","message_id": "msg_abc123"}
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.