Connect a real inbox (Gmail or Outlook) to your flow. The platform polls the inbox for new messages, hands each conversation thread to your flow, and replies in-thread when the actor speaks.Documentation Index
Fetch the complete documentation index at: https://docs.cogniagent.ai/llms.txt
Use this file to discover all available pages before exploring further.
When to use it
- A shared support inbox (
support@acme.com) where users email in. - An outbound campaign that needs personalised, threaded follow-ups.
- A customer service flow that should track context across email exchanges.
Before you start
You need an integration connection to the email provider. Set this up once in Integrations → Gmail (or Outlook) and pick which account to connect. Manage integration connections →Adding the channel
Pick the connection
Choose from the connections set up in your workspace. Each connection represents one inbox.
Configure optional filters
| Field | Effect |
|---|---|
| Label filter (Gmail) | Only handle messages with this label. E.g. INBOX/Support. |
| Folder filter (Outlook) | Only handle messages in this folder. |
| Address filter | Only handle threads addressed to this specific recipient (useful if one account hosts several aliases). |
How inbound email works
- Each email thread maps to one conversation.
- Replies are sent in-thread using the configured account.
- The participant identifier is the sender’s email address. A second message from the same sender continues the same conversation.
- A new sender opens a new conversation.
Outbound email (Initiator mode)
When the flow is in Initiator mode, you start a conversation by:- Clicking Start Conversation in the toolbar.
- Picking the email channel.
- Entering the recipient’s email and optional initial parameters.
- The first actor sends an opener email.
- When the recipient replies, the reply lands back in the conversation.
Threading
The platform preserves email threading:- Replies use the same
SubjectandIn-Reply-Toheaders, so the recipient sees a normal threaded conversation. - Attachments in incoming emails are ignored in v1 (text-only). The actor sees the body but won’t process attachments.
- HTML emails are stripped to plain text before the actor reads them.
Multiple inboxes on one flow
You can add multiple email channels to the same flow — for instance, Gmail for support and Outlook for sales. Each lives independently; conversations from each show up in the same Conversations history.Anti-patterns
Next
Messaging (Slack / Teams)
Connect a Slack channel or Teams chat.
Deploy a flow
Schedule the email listener.
