Short answer: You can send message in Crisp by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Crisp 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 |
|---|---|---|---|
Session ID session_id | string | Required | The conversation session ID |
Message content | string | Required | Message. e.g. "Hello! How can we help?" |
Message Type type | options | Optional | Message Type. Options: Text, Note (internal) |
{"session_id": "e.g. session_abc123","content": "Hello! How can we help?","type": "{{trigger.type}}"}
{"from": "operator","content": "Hello!","timestamp": 1700000000,"fingerprint": 123456789}
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.