Convo Connector
Last updated
Last updated
This guide outlines the steps to integrate your Convo Bot with your platform, enabling seamless interaction with your users.
Before integrating your bot into your platform, domain ownership verification is required. To verify your domain, email to [email protected]
with the subject Convo Connector
and including details on the bot name and the domain name.
Once we receive an integration request, one of our support engineers will get in touch to guide you through the next steps.
Once your domain is verified, the final step is to integrate the bot into the platform. To do so add the provided script tag to your website’s HTML.
And that's it. Your platform is now supercharged with ConvoGrid!
The default bot placement is 3vw
from the right-margin
and the 3vh
from the bottom-margin
of your web application.
The default bot placement can be customized by passing the right-margin
and bottom-margin
attributes in the script tag.
The bot's location can be modified using the convoExtensionPosition
API.
In case of a failure in your Convo Bot, we support a fallback option to enable the default ConvoGrid Bot. This allows users to interact with Convo bot widget uninterrupted, until your bot is restored and operational. To enable this feature, add the script attribute fallback-to-default="true"
to your application. By default, this feature is disabled.
Your bot is unique to your verified domain. It's not possible for someone else to use your bot in their platform.
Customization options are available via the Edit Bots. If further customization is needed, feel free to contact us at [email protected]
.