Goal: a message from a Telegram (or WhatsApp) chat posts into a conversation via POST /api/conversations/:id/messages, and each message:done SSE event for that conversation is sent back. A small standalone script under bridges/ that reads a bot token from env is enough for v1.
Goal: a message from a Telegram (or WhatsApp) chat posts into a conversation via
POST /api/conversations/:id/messages, and eachmessage:doneSSE event for that conversation is sent back. A small standalone script underbridges/that reads a bot token from env is enough for v1.