What Webhook Integrations do
Eugenia doesn’t try to replace your entire stack. You have a CRM, a communication tool, a workflow automation setup. Eugenia plugs into all of it via webhooks.
Every significant audit event in Eugenia can fire a webhook to any HTTP endpoint. Your systems receive the event, process it, and take action — automatically.
Common integration patterns
Slack When a conversation is flagged, post a message to your ops channel with a link to the review queue. Your team sees it immediately without checking another dashboard.
n8n or Zapier When an alert fires, trigger a workflow that creates a CRM task, sends a follow-up email to the customer, or escalates to a senior account manager.
CRM (HubSpot, Salesforce, custom) When a conversation completes, push the transcript summary and resolution status to the customer’s CRM record. Sales and support always have the full picture.
Custom endpoint Post to any URL. Your backend receives the payload, processes it, and does whatever your business logic requires.
Event types you can subscribe to
conversation.completed— any conversation that endedconversation.flagged— any conversation that triggered a rulealert.triggered— real-time alert firedreview.added— item added to human review queuereport.generated— daily or weekly report readyhealth.changed— agent health score moved significantly