Integrações
Zapier integration with Vyncl
Set up a Catch Hook in Zapier and receive real-time Vyncl events — bio clicks, new leads, bookings, and stage changes.
Configuração
- In Zapier, create a Zap with Webhooks by Zapier → Catch Hook trigger.
- Copy the generated URL (e.g. https://hooks.zapier.com/hooks/catch/...).
- In Vyncl → Settings → Integrations, paste the URL and optionally an HMAC secret.
- Save and test by creating a lead or receiving a bio click.
Events (X-Vyncl-Event header)
| Evento | Descrição |
|---|---|
| link.click | Disparado a cada clique em um link da bio |
| link.created | Disparado ao criar um novo link no dashboard |
| email.subscriber | Disparado quando um visitante se inscreve no bloco de e-mail |
| checkout.started | Visitante iniciou checkout (redirect para PSP do creator) |
| checkout.completed | Pagamento aprovado no PSP do creator (ex.: Mercado Pago) |
| lead.created | Disparado ao criar um lead no CRM (manual, captura ou agenda) |
| booking.created | Disparado quando um visitante agenda um horário na bio |
| booking.confirmed | Disparado quando uma reserva é confirmada (manual ou automática) |
| booking.cancelled | Disparado quando uma reserva é cancelada |
| lead.stage_changed | Disparado quando o estágio de um lead muda no CRM |
HMAC signature
If you configured a secret, each POST includes X-Vyncl-Signature: sha256=<hex>. Validate with HMAC-SHA256 over the raw JSON body.
v1 limitations
- Delivery timeout: 5 seconds.
- No automatic retry — Zapier must accept 2xx on first attempt.
- Instagram AutoDM does not use this webhook.