Integrations Overview
Connect your AI agent to messaging platforms and external services
Integrations Overview#
Connect your AI agent to the platforms where your customers are. AlonChat integrates with popular messaging apps, email, and productivity tools.
Messaging Channels#
Deploy your agent across multiple platforms from the Deploy page:
| Channel | Description |
|---|---|
| Facebook Messenger | Auto-reply to your Facebook Page messages |
| Instagram DM | Respond to Instagram Direct Messages |
| WhatsApp Business | Handle WhatsApp conversations with Business Profile |
| Telegram | Deploy to Telegram groups |
| Web Widget | Embed a chat widget on your website |
| Help Page | Standalone help center with your branding |
| Automated email responses (Gmail, Outlook, Yahoo) | |
| API | REST API for custom integrations |
Each channel shows connection status, health indicators, and per-channel auto-reply toggles.
AI Actions#
Let your agent take real actions during conversations:
| Action | What It Does |
|---|---|
| Schedule Appointments | Book meetings via Google Calendar |
| Check Availability | Find open time slots |
| Send Emails | Automated email responses |
| Sync Data | Send information to external systems via webhooks |
Facebook Messenger#
Setup#
- Go to Deploy > Facebook Messenger
- Click Connect Facebook Page
- Select your Page and grant permissions
- Configure greeting, ice breakers, quick replies, and persistent menu
Features#
- Instant auto-replies
- Human handoff support
- Multi-page support
- Ice breakers and quick replies
Instagram DM#
Setup#
- Go to Deploy > Instagram
- Connect via Facebook Page or direct Instagram login
- Grant Instagram messaging permissions
Features#
- Auto-reply to DMs
- Ice breakers and quick replies
- Multi-account support
- Custom AI prompts per channel
WhatsApp Business#
Setup#
- Go to Deploy > WhatsApp
- Connect your WhatsApp Business account
- Configure Business Profile (about, description, address, category)
Features#
- Auto-reply to messages
- Business Profile management
- Ice breakers (max 4) and quick replies (max 3)
- Custom AI prompts per channel
Telegram#
Setup#
- Go to Deploy > Telegram
- Add a Telegram group with a label
- Add @AlonChatBot to your group
- Verification happens automatically
Features#
- Multiple groups per agent
- Auto-reply in groups
- Shared bot (no BotFather setup needed)
Email#
Setup#
- Go to Deploy > Email
- Generate a forwarding address
- Set up forwarding in your email provider (Gmail, Outlook, Yahoo, or other)
- Configure auto-reply settings and test
Features#
- Provider-specific setup instructions
- Auto-verification for Gmail
- Test email button
- Custom display name and signature
Web Widget#
Add a chat widget to any website:
html
<script>
window.ALONCHAT_AGENT_ID = 'your-agent-id';
</script>
<script src="https://alonchat.com/widget.js"></script>
Google Calendar#
Enable appointment scheduling:
- Go to AI Actions > Google Calendar
- Connect your Google account
- Configure availability settings
- Your agent can now book appointments
Google Drive#
Sync training content from Google Drive:
- Go to Connections > Google Drive
- Connect your account
- Browse folders and select files to link
- Files sync automatically when you train
Webhooks#
Send data to external systems when events occur:
- New lead captured
- Conversation started
- Message received
- Appointment booked