Platform Integrations
LightLink AI supports integration with many popular messaging platforms. This section describes setup steps for each platform.
Telegram
Telegram is one of the easiest platforms to integrate. Follow these steps:
Requirements
- Telegram account
- Access to @BotFather
Setup Steps
Create Bot
Open Telegram and search for @BotFather. Send the command:
/newbot
Follow the instructions to give your bot a name and username.
Get Token
After creating the bot, BotFather will provide you with a token in the format:
123456789:ABCdefGHIjklMNOpqrsTUVwxyz
Add to LightLink AI
In LightLink AI dashboard, go to "Integrations" → "Telegram" and paste the token.
Limitations
- Standard Telegram API rate limits apply
- Maximum 30 messages per second
Instagram integration requires a business account and connection to Facebook.
Requirements
- Instagram Business account
- Facebook Business account
- Paid LightLink AI plan
Setup Steps
Connect Instagram to Facebook
In Instagram settings, connect your account to a Facebook Business Page.
Authenticate via Facebook
In LightLink AI, go to "Integrations" → "Instagram" and click "Connect". You'll be redirected to Facebook for authorization.
Select Account
Select your Instagram Business account from the list and grant necessary permissions.
WhatsApp Business
WhatsApp Business integration requires access to the official API.
Requirements
- WhatsApp Business account
- Access to WhatsApp Business API
- Paid LightLink AI plan
Setup Steps
Prepare Account
Ensure you have a WhatsApp Business account and API access through Meta Business.
OAuth Authentication
In LightLink AI, go to "Integrations" → "WhatsApp" and follow the OAuth authentication process.
Verify Number
Connect your WhatsApp Business number and complete the verification process.
Web Chat
Web chat allows you to add an AI chatbot directly to your website.
Setup Steps
Get Embed Code
In LightLink AI, go to "Integrations" → "Web Chat" and copy the provided embed code.
Add to Website
Insert the code before the closing </body> tag on your website:
<script src="https://app.llai.ru/widget.js"></script>
<script>
LightLinkAI.init({
projectId: 'your-project-id'
});
</script>
Customize Appearance
Use settings in the dashboard to change colors, position, and other widget parameters.