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).

Order Webhooks

Forward newly placed Kiosk orders to fulfillment 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.

Live Chat Handoff (Business & Scale)

When visitors ask for human help, hand off to your team. Missed chats are captured as leads with full transcript context.

Widget embed preview

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

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

Webhook payloads

Business and Scale can forward captured leads and new Kiosk orders to CRMs, fulfillment systems, automation tools, or custom APIs. Order webhook settings live inside Kiosk Settings.

Lead example

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

Order example

{
  "version": "1.0",
  "id": "event_123",
  "event": "order.created",
  "createdAt": "2026-08-30T12:00:00.000Z",
  "bot": { "slug": "your-bot", "name": "Your Bot" },
  "order": {
    "id": "order_123",
    "orderNumber": "AMB-001",
    "status": "new",
    "currency": "USD",
    "totalMinor": 1500,
    "items": []
  }
}

See how it works in the app

Illustrative app views with fictional businesses, contacts and sample data. Select an image to view it full size.

Share assets with a sample storefront sign, demonstration Chat and Kiosk QR tiles, widget preview URL and install script.

Share a link, QR code or website widget

Overview → Share assets provides public links, QR downloads, a storefront sign and the website install script. The pictured example.com links and Demo QR tiles are placeholders; copy working assets from your own bot.

Explore this workflow
View the complete product tour →