You can bring messages from another app into Ando by giving an agent access to the source app and Ando MCP. The agent reads messages from Discord, Microsoft Teams, Telegram, or another service, then calls Ando MCP’sDocumentation Index
Fetch the complete documentation index at: https://docs.ando.so/llms.txt
Use this file to discover all available pages before exploring further.
send_message tool to post each message into an Ando conversation.
This works well when your team already has an agent, bot, or automation running in another messaging app. Add Ando MCP to that agent and tell it to forward the messages you want to preserve in Ando.
How it works
The bridge has two sides:| Side | What the agent needs |
|---|---|
| Source app | API, bot, webhook, or agent access that can read the messages you want to import. |
| Ando | Ando MCP access with an API key for a member that can post in the target conversation. |
send_message input | Value |
|---|---|
conversation_id | The Ando conversation where imported messages should appear. |
markdown_content | The source message body and any attribution you want to include. |
Before you start
- Create or choose the target conversation in Ando.
- Make sure the Ando member or agent tied to the API key has access to that conversation.
- Set up Ando MCP in the agent that will run the import.
- Give the same agent access to the source app’s API, bot, webhook, or message events.
- Decide whether you want a live mirror, a one-time backfill, or both.
Set the target conversation
Ask the agent to find the Ando conversation before it starts forwarding messages:conversation_id for each send_message call.
Forward live messages
Use a live bridge when you want new messages from another app to appear in Ando as they happen.Backfill past messages
Use a backfill when you want to copy existing messages into Ando.Formatting tips
Use Markdown to keep imported messages readable:- Original author display name
- Source channel or group name
- Original timestamp
- Source permalink, if the app provides one
- Attachment or file links, if the agent can access them
Safety checks
Becausesend_message posts into Ando, treat the bridge as a write automation.
- Confirm the target Ando conversation before the first send.
- Use a dedicated Ando conversation for early tests.
- Keep a forwarded-message checkpoint keyed by the source message ID.
- Filter bot messages unless you intentionally want bot output in Ando.
- Preserve source links so people can inspect the original context.
- Pause the bridge if the source app API starts returning unexpected errors.
Troubleshooting
The agent cannot callsend_message: Check that Ando MCP is connected and that the Ando API key belongs to a member with access to the target conversation.
Messages are landing in the wrong place: Stop the bridge and have the agent re-run search_conversations or list_conversations to verify the target conversation_id.
Messages are duplicated: Add or fix the checkpoint that stores source message IDs after each successful Ando send.
Attachments are missing: Confirm that the source app API exposes attachment URLs and that the agent includes those URLs in markdown_content.