Ada logo

Ada

AI-powered customer service automation platform for enterprise brands

Enterprise·All audiences·Powered by OpenAI·API available

Key strengths

No-code AI agent builder for non-technical teamsDeep integrations with CRMs, ticketing, and helpdesk platformsMultilingual support across 50+ languagesAutomated resolution tracking with actionable analyticsSeamless human handoff with live agent escalation
Enterprise pricing
Toronto, Canada
Founded 2016
No ratings yet

Technical Integration Guide

Embedding Ada on Web

Add Ada's chat widget to any web page with a single script snippet:

<script>
  window.adaSettings = {
    handle: "your-ada-handle",
    language: "en",
    metaFields: { userId: "12345", plan: "premium" }
  };
</script>
<script src="https://static.ada.support/embed2.89f7b5e9.js" async></script>

REST API & Webhooks

Ada provides a REST API for programmatic management of bot content, conversations, and analytics:

  • Conversations API — Retrieve full conversation transcripts and metadata.
  • Variables API — Read/write dynamic variables (e.g., customer account data) to personalize responses at runtime.
  • Webhooks — Subscribe to events like conversation.started, handoff.triggered, or resolution.achieved to sync data with your CRM or data warehouse.

Key Integration Parameters

ParameterDescription
handleYour unique Ada bot identifier
metaFieldsKey-value pairs passed at session init for personalization
languageISO 639-1 language code
clusterData residency region (US, EU, CA)

Platform Integrations

Ada offers native connectors for Salesforce Service Cloud, Zendesk, Freshdesk, Shopify, and Twilio. Custom integrations are supported via Action Blocks that make authenticated HTTP requests to internal APIs mid-conversation.