Продукт
Компания
Ресурсы
Integrations

Everything your AI assistant
connects to

Ormiar is an inbound AI assistant: it answers customers who message your business on the channels they already use, then syncs every qualified lead to your CRM, analytics and tools. Every integration below is fully implemented and running in production.

11 live integrations
Fully implemented — no vaporware
Setup in minutes

Inbound by design

01

Connect a channel

Add your Telegram bot or Instagram account in a couple of clicks. No code required.

02

Add your knowledge

Upload documents and FAQs so the assistant answers in your business’s voice.

03

Respond & sync

When customers message you first, the assistant replies, qualifies the enquiry, and syncs the lead to your CRM, analytics and tools.

A  Live  badge means the integration is fully implemented and available in the product today.
Telegram
Messaging
Live
Connect a Telegram bot so the assistant can reply to customers who message your business on Telegram. It understands text and voice notes and answers from your knowledge base.
Replies to inbound customer messages 24/7
Understands text and voice notes (auto-transcribed)
Captures contact details and qualifies enquiries
Alerts your manager when a lead is ready
Instagram Direct
Messaging
Live
The same assistant answers Instagram Direct messages from customers who reach out to your business profile, through the official Meta Graph API.
Responds to inbound Instagram DMs
Handles text and voice messages
Secure OAuth connection through Meta
Shares one knowledge base with Telegram
amoCRM
CRM
Live
When a conversation produces a qualified lead, the assistant creates that lead in your amoCRM account. One-way sync — your CRM stays the source of truth.
Creates a lead from each qualified enquiry
Includes name, phone and stated interest
Secure OAuth 2.0 connection
One-way push (Ormiar → amoCRM)
Bitrix24
CRM
Live
Send qualified leads straight into Bitrix24 through an inbound webhook URL from your portal, so enquiries land in your pipeline automatically.
Creates a lead on qualification or booking
Connects with a Bitrix24 inbound webhook
Passes contact details and interest
One-way push into your pipeline
Yandex Metrika
Analytics
Live
Report server-side conversion goals to Yandex Metrika the moment the assistant qualifies a lead or books an appointment.
Fires lead_qualified and lead_booked goals
Server-side — no extra client tracking
Connect with your counter ID
Measure assistant-driven conversions
Google Analytics 4
Analytics
Live
Send conversion events to GA4 via the Measurement Protocol whenever the assistant qualifies or books a customer.
generate_lead events on qualify and booking
Measurement Protocol (server-side)
Connect with Measurement ID + API secret
Attribute conversions to conversations
Knowledge Base
Knowledge Base
Live
Upload your company documents and FAQs. The assistant grounds its answers in your own content using retrieval-augmented generation, so replies stay accurate and on-brand.
Upload PDF and text documents
Automatic chunking and embedding
Answers grounded in your own content
Per-plan storage limits
Google Sheets
Automation
Live
Automatically append each qualified or booked lead to a Google Sheet you own — a simple, shareable record of inbound enquiries.
Adds a row per qualified or booked lead
Name, phone, interest and booking status
Connect by sharing a sheet URL
Secure service-account access
Google Calendar
Automation
Live
When the assistant books an appointment for a customer, a matching event is created in your Google Calendar — and removed automatically if the booking is cancelled.
Creates an event for each booking
Removes the event when a booking is cancelled
Connect by sharing your calendar
Secure service-account access
Event Webhook
Automation
Live
Receive a one-way JSON event on your own HTTPS endpoint when an inbound enquiry is qualified or booked. This integration sends data to your server; it does not message customers.
lead_qualified and lead_booked events
HTTPS-only delivery with SSRF guards
Standard JSON payload
One-way delivery to your internal systems
REST API
Automation
Live
Read your leads, appointments and statistics programmatically with a token-authenticated REST API, and update lead status from your own systems.
GET /v1/leads, /v1/appointments, /v1/stats
PATCH lead status updates
Bearer-token authentication
Rate-limited and tenant-isolated

Read your data programmatically

Available on Business

The REST API lets your own systems read the leads, appointments and stats the assistant captures from inbound conversations — and update lead status — with a single token-authenticated endpoint.

Token-authenticated and tenant-isolated
Read leads and contact details
Read appointments and schedule
Real-time lead webhooks
Read API docs
GET /v1/leads
// Read leads your assistant captured from inbound chats
fetch('https://api.ormiar.com/v1/leads?status=qualified', {
  headers: {
    'Authorization': 'Bearer YOUR_API_TOKEN'
  }
})

// Response 200 OK
{
  "success": true,
  "company": "Your Company",
  "total_returned": 2,
  "data": [
    {
      "id": "XXXXX",
      "name": "XXXXX XXXXX",
      "phone": "+XXXXX",
      "interest": "XXXXX",
      "status": "qualified"
    }
  ]
}

Put your
AI assistant to work

Connect a channel, upload your knowledge base, and let the assistant respond to customers the moment they reach out to you.