Widget de chat multi-canal pour restaurants
<script src="https://heep-widget.pages.dev/widget.js"
data-heep-widget="VOTRE_PUBLIC_ID"
data-heep-api="https://widget.heep.ai"></script>
VOTRE_PUBLIC_ID est le public_id du widget
(table widgets). Une seule balise : le script se configure tout seul en lisant
ses propres attributs data-* et en appelant
GET /v1/config/:public_id du widget-worker.
<!-- Heep Widget -->
<script src="https://heep-widget.pages.dev/widget.js"></script>
<script>
HeepWidget.init({
apiUrl: 'https://app.heep.ai/api/1.1/wf',
widgetId: 'VOTRE_WIDGET_ID'
});
</script>
VOTRE_WIDGET_ID par l'ID unique de votre widget configuré dans Bubble.
Ce format continue de fonctionner à l'identique : ne pas le retoucher sur les sites qui l'utilisent déjà .
Powered by Heep.ai