Documentation Index
Fetch the complete documentation index at: https://docs.repixa.io/llms.txt
Use this file to discover all available pages before exploring further.
Zapier & Make
Use Zapier or Make (formerly Integromat) to connect Repixa to any tool in your stack — email sequences, spreadsheets, internal dashboards, and more.
Available triggers
These Repixa events can trigger a Zap or Make scenario:
demo.completed — A demo session finished
demo.abandoned — Prospect dropped off before completing
lead.hot — High-intent signals detected
meeting.booked — Follow-up meeting scheduled
contact.created — New prospect contact captured
Webhook payload (example)
{
"event": "demo.completed",
"timestamp": "2026-05-20T14:32:00Z",
"prospect": {
"name": "Jane Smith",
"email": "jane@startup.io",
"company": "Startup Inc."
},
"session": {
"duration_seconds": 842,
"intent_score": 87,
"meeting_booked": true,
"replay_url": "https://app.repixa.io/sessions/abc123"
}
}
How to connect
Open Integrations
Go to Agents → your agent → Integrations → Webhooks.
Copy your webhook URL
Repixa generates a unique webhook URL for your agent.
Paste into Zapier or Make
Create a new Zap/scenario with a Webhook trigger and paste the URL.
Map the fields
Use the payload fields above to map data to your destination app.