Send Message to Assistant
Use this action when you want one workflow or agent action to hand work to another assistant and reuse that assistant's reply.
Best for
- Reusing a specialist assistant from multiple workflows
- Building assistant-to-assistant handoffs
- Running a second assistant against a prepared piece of text
Main fields
| Field | What it does |
|---|---|
| Assistant | Selects the assistant that should receive the message |
| Text | The message to send to that assistant |
What later steps can use
The target assistant's reply messages are usually available at:
step(N).messages
Tips
- Use this when you want another assistant's full behavior, not just raw LLM output.
- Keep the text clear and self-contained so the second assistant has the right context.
- Avoid circular designs where assistants keep sending work back to each other.