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
Shopify
Theme injection for stores
Webflow
Custom embed code
Next.js
Script component
HTML / Vanilla
Single script tag
Vue.js
Plugin or script
Angular
Script component
Slack
Bot notifications
Business API
MS Teams
Bot channel
HubSpot
CRM sync + lead creation
Salesforce
Lead push via API
Brevo
Email delivery
Mailchimp
List sync
Calendly
In-chat booking
AI Observability
Response quality tracing
Error Monitoring
Incident alerting
Zapier
6000+ apps
Make
Visual automation
Webhooks
5 event types
REST API
Full OpenAPI spec
Real-time data, wherever you need it
5 event types. Signed payloads. Automatic retries. Full delivery logs.
Configure your endpoint
Add your webhook URL in the OyeChats dashboard under Settings → Webhooks. Select which event types to subscribe to.
Verify the signature
Each payload includes an X-OyeChats-Signature header. Verify it with your secret to ensure authenticity.
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
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.