Connect your agent to social media platforms so it can automatically respond to incoming messages. Your agent uses its knowledge base and settings to reply, just like it does in the chat widget.Documentation Index
Fetch the complete documentation index at: https://mind-e.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
Social media integrations require a paid plan (Starter or above). See Plans & Pricing.
Requirements
- An Instagram Business or Creator account
- A Facebook Page connected to your Instagram account
- A Meta Developer App with Instagram Messaging permissions
Connection
Get credentials
From your Meta Developer App, obtain:
- Page Access Token — a long-lived token for your Facebook Page
- Instagram Account ID — your Instagram business account ID
Connect in Mind-e
Go to your agent’s Integration tab, find Instagram, and enter the credentials. Click Connect.
Supported features
- Text messages
- Audio messages (automatically transcribed to text)
- Image messages (analyzed with AI vision)
- Story mention detection
Requirements
- A WhatsApp Business account
- A Meta Developer App with WhatsApp permissions
- A registered WhatsApp phone number
Connection
Get credentials
From your Meta Developer App, obtain:
- Access Token — WhatsApp API access token
- Phone Number ID — your WhatsApp phone number ID
- Business Account ID — your WhatsApp Business Account ID
Connect in Mind-e
Go to your agent’s Integration tab, find WhatsApp, and enter the credentials. Click Connect.
Telegram
Connect your agent as a Telegram bot.Requirements
- A Telegram bot created through @BotFather
Connection
Create a bot
Message @BotFather on Telegram and use the
/newbot command to create a bot. You’ll receive a bot token (format: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11).Supported features
- Text messages
- Bot commands
- Typing indicators
Messenger
Connect your agent to respond to Facebook Messenger messages.Requirements
- A Facebook Page
- A Meta Developer App with Messenger permissions
Connection
Get credentials
From your Meta Developer App, obtain:
- Page Access Token — a long-lived token for your Facebook Page
- Page ID — your Facebook Page ID
Connect in Mind-e
Go to your agent’s Integration tab, find Messenger, and enter the credentials. Click Connect.
Common information
Message flow
For all platforms, messages flow like this:- A user sends a message on the platform
- The platform sends a webhook to Mind-e
- Mind-e processes the message through your agent (same RAG pipeline as the chat widget)
- The response is sent back to the user on the platform