---
title: Zapier
description: Trigger Zaps from attendees and check-ins, or create attendees from Zapier.
sidebar:
  order: 20
---

Zapier uses a key Micepad generates. You never paste a Zapier secret into Studio.

## Connect

**Settings → Integrations → Zapier → generate key.** Copy it once into Zapier. The key is hashed at rest.

## Triggers

Under `/api/v1/integrations/zapier`:

- Participants
- Check-ins
- Gatherings (events)

Webhook subscriptions let Zapier receive pushes instead of polling.

## Actions and searches

- Create participant
- Update participant
- Find participant
- Find gathering

Auth test: `GET /api/v1/integrations/zapier/auth/test`.
