20+ Integrations

Plug into your entire stack

From WordPress to Salesforce, Zapier to custom webhooks — OyeChats connects to the platforms your team already uses. Full setup guides and code snippets for every integration.

🌐

WordPress

Plugin install — one click

cms
🛍️

Shopify

Theme injection for stores

cms
🔷

Webflow

Custom embed code

cms

Next.js

Script component

cms
🌍

HTML / Vanilla

Single script tag

cms
🟩

Vue.js

Plugin or script

cms
🔴

Angular

Script component

cmsSoon
💬

Slack

Bot notifications

messaging
📱

WhatsApp

Business API

messaging
🔵

MS Teams

Bot channel

messaging
🟠

HubSpot

CRM sync + lead creation

crm
☁️

Salesforce

Lead push via API

crmSoon
📧

Brevo

Email delivery

crm
🐒

Mailchimp

List sync

crmSoon
📅

Calendly

In-chat booking

meetings
🔬

AI Observability

Response quality tracing

analytics
🪲

Error Monitoring

Incident alerting

analytics

Zapier

6000+ apps

automation
🔄

Make

Visual automation

automation
🔗

Webhooks

5 event types

developer
🛠️

REST API

Full OpenAPI spec

developer
Webhooks

Real-time data, wherever you need it

5 event types. Signed payloads. Automatic retries. Full delivery logs.

1

Configure your endpoint

Add your webhook URL in the OyeChats dashboard under Settings → Webhooks. Select which event types to subscribe to.

2

Verify the signature

Each payload includes an X-OyeChats-Signature header. Verify it with your secret to ensure authenticity.

3

Process the event

Parse the JSON payload and route it to your CRM, Slack, or any downstream system. Return 200 within 10 seconds.

Data flow

OyeChatsHTTPS POSTYour endpointCRM / Slack / DB

Example payload

{
  "event": "bant.tier_changed",
  "timestamp": "2025-03-15T14:22:01Z",
  "data": {
    "conversation_id": "conv_9k2p1mxn",
    "visitor_id": "vis_8j3a7fqr",
    "bot_id": "bot_x4t2z9",
    "bant_score": 84,
    "previous_tier": "warm",
    "new_tier": "hot",
    "criteria": {
      "budget": 85,
      "authority": 72,
      "need": 91,
      "timeline": 68
    },
    "visitor_email": "john@acme.com",
    "utm_source": "google",
    "utm_campaign": "enterprise-q1"
  }
}

Turn every visitor into qualified pipeline

Set up in 10 minutes. No credit card required. OyeChats works on any website, any framework.

No credit cardFree forever planSetup in 10 min