Продукт
Компания
Ресурсы
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 the integrations you enable. Availability depends on your plan and the access granted by each external provider; connection checks are available where shown.

11 available connectors
Clear plan and setup requirements
Test access before activation

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 answers text messages from the knowledge base assigned to that assistant.
Replies to inbound customer messages 24/7
Answers text messages from its assigned knowledge base
Captures contact details and qualifies enquiries
Alerts your manager when a lead is ready
Instagram Direct
Messaging
Live
Connect an Instagram professional account so its assigned assistant can answer inbound Direct messages through the official Meta Graph API.
Responds to inbound Instagram DMs
Handles text messages
Secure OAuth connection through Meta
Uses the knowledge base assigned to this assistant
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
Send a best-effort server-side goal hit when the assistant qualifies a lead or books an appointment. This is a conversation-level signal, not website-session attribution.
Fires lead_qualified and lead_booked goals
Server-side — no extra client tracking
Connect with your counter ID
Does not link to a browser visit without Metrika ClientID
Google Analytics 4
Analytics
Live
Send conversation conversion events to GA4 via the Measurement Protocol when the assistant qualifies or books a customer.
generate_lead events on qualify and booking
Measurement Protocol (server-side)
Connect with Measurement ID + API secret
Tagged with the messaging channel and conversation ID
Does not by itself attribute a prior website session
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, status, source and trace IDs
Connect by sharing a sheet URL
Secure service-account access
Google Calendar
Automation
Live
One-way calendar export: after the Google API and calendar access are configured, bookings create matching events and cancellations remove them. Ormiar remains the scheduling source of truth.
Creates an event for each booking
Removes the event when a booking is cancelled
Connect by sharing your calendar
Secure service-account access
Read-only connection check before activation
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 best-effort delivery to your systems
Use event_id to deduplicate on your endpoint
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 Enterprise

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
Best-effort lead event webhooks with event IDs
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.