Live Chat in Zendesk
Raia × Zendesk Help Center Integration Guide
0) At-a-glance
Quick Start (10‑minute setup)
1) Paste the embed snippet
<script async src="https://raiabot.raia2.com/assets/raia-chatbot-widget.js" data-api-key="YOUR_API_KEY" onload="onRaiaChatLoaded()"></script>2) Add the onload callback
3) Publish & test
1) Embed the Raia Live Chat agent
2) Pass user context from Zendesk to Raia (via Live Chat SDK)
Option A — Onload + SDK (simple & recommended)
Option B — Global object + SDK (richer payloads)
Option C — JSON script tag + SDK (safe escaping)
3) Identify the user in Raia for tracking & routing (SDK)
4) Conditional loading (e.g., Premium vs Standard)
5) Content Security Policy (CSP)
6) Escalation to Zendesk (Recommended: Asynchronous Ticket Handoff)
6.1 What clients configure
6.2 UI copy (ready to paste)
6.3 Best practices
7) Developer access
8) Live Chat SDK Reference
Commands
Usage notes
Example onload usage
Example integration
9) Full Implementation Plan
Phase 1 — Enable the widget
Phase 2 — Identify users & context
Phase 3 — Conditional experiences
Phase 4 — Escalation to Zendesk (asynchronous)
Phase 5 — Compliance & CSP
Phase 6 — QA & Launch
10) Rollout Plan (Checklist)
Last updated

