Integration Surface

Ask My Bot Integrations

Use integrations to make your bot part of your website and operational workflows, while keeping answer quality grounded in your content and live context.

Website Widget

Embed your public bot on approved domains with an install script for on-site conversations.

Lead Webhooks

Forward captured chat leads to your CRM or automation workflows (Business and Scale).

Live API Sources

Connect external APIs so answers can include fresh operational data at runtime.

Public Bot Pages

Share bots using hosted public pages for easy discovery and direct chat access.

QR Codes and Share Cards

Download QR codes and social share cards for menus, events, flyers, business cards, and profile links.

Collaboration

Invite teammates by email so they can help manage training content and monitor analytics.

Widget embed preview

Each public bot gets an install script. Domain allow lists let you control which sites can load it.

<script
  src="https://www.askmybot.ai/p/your-bot/widget.js"
  data-ask-my-bot-title="Ask My Bot"
  data-ask-my-bot-position="bottom-right"
  defer
></script>

Lead webhook payload

Business and Scale can forward captured lead data to CRMs, automation tools, or custom APIs.

{
  "event": "lead.created",
  "lead": {
    "email": "visitor@example.com",
    "conversationSummary": "Visitor asked about pricing and availability.",
    "referenceId": "AMB-123456",
    "status": "New",
    "customFields": {
      "phone_number": "+1 555 0100"
    }
  }
}