> ## 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

> Connect Repixa to 1,000+ tools via webhooks and no-code automation

# 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)

```json theme={null}
{
  "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

<Steps>
  <Step title="Open Integrations">
    Go to **Agents** → your agent → **Integrations** → **Webhooks**.
  </Step>

  <Step title="Copy your webhook URL">
    Repixa generates a unique webhook URL for your agent.
  </Step>

  <Step title="Paste into Zapier or Make">
    Create a new Zap/scenario with a **Webhook** trigger and paste the URL.
  </Step>

  <Step title="Map the fields">
    Use the payload fields above to map data to your destination app.
  </Step>
</Steps>
