Short answer: You can send manychat content in ManyChat by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the ManyChat Send ManyChat Content 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 |
|---|---|---|---|
Subscriber ID subscriber_id | string | Required | ManyChat subscriber ID |
Message Text text | string | Required | Text content to send to the subscriber |
Message Tag message_tag | options | Optional | Required by Facebook outside the 24-hour window |
{"subscriber_id": "e.g. 123456789012345","text": "Hi there!","message_tag": "{{trigger.message_tag}}"}
{"status": "success"}
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.