MBio AI Chat Docs
Documentation / Automation

Integrations, webhooks & automation

Connect MBio AI Chat to n8n, Zapier, CRMs, Slack, Sheets, calendars, commerce platforms and custom APIs.

Integration model

MBio uses provider adapters and webhook endpoints so each customer can connect their own automation stack without hard-coding credentials into the application.

Queue processing

External integrations are queued so a slow CRM does not delay the visitor response. Configure the integration worker or Cron job in production.

* * * * * cd /path/to/mbio-ai-chat && /usr/bin/php bin/process-integrations.php 100

Webhook security

Store secrets in environment or encrypted settings, validate signatures and use HTTPS endpoints. Never expose API secrets inside the browser widget.

Common workflows

  • Qualified lead → CRM + Slack alert.
  • Booking → calendar automation.
  • Quote request → sales pipeline.
  • Knowledge gap → internal content task.