Integration

Share

You can connect your bot to external apps or services in various ways, allowing your users to directly use the bot.

Click on [Share] to make simple configurations and generate a share link, which you can use to share your bot with external parties.

API

You can connect your bot to external apps or services via APIs. See:

Embed by iframe or bubble widget

You can embed your Bot into your website and allow your users to use the Bot directly.

If you need to embed the Bot externally, you need to enable [Embed external website] first.

  • Domain name whitelist: Limit the embeddable domain names of the Bot, enter one domain name in a new line;

  • Website user rate limit: When the Bot is embedded, the user's message sending frequency is limited to ensure performance and point consumption control;

  • Auto-reply when the limit is exceeded: The reply when the user's input frequency reaches the limit.

  • Widget Embed Code:

    • Chat Page Embedding: embed the Bot chat interface into the webpage in the form of iframe;

    • Bubble Pop-up Embedding: Embed the Bot bubble chat widget into the webpage in the form of JS code;

  • Custom widget UI:

    • Bot Nickname: The Bot name displayed on the widget can be different from the name set by the Bot;

    • Bot Introduction: The Bot introduction displayed on the widget can simply inform the target user of the role of the Bot;

    • Theme Color: the main color of the widget, which supports customization with color codes;

    • Bot widget icon: When embedded in the form of a bubble, the icon of the bubble supports customization;

    • Bot Avatar: The avatar displayed by the Bot during chatting can be different from the avatar set by the Bot.

Last updated