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

  1. In Zapier, create a Zap with Webhooks by Zapier → Catch Hook trigger.
  2. Copy the generated URL (e.g. https://hooks.zapier.com/hooks/catch/...).
  3. In Vyncl → Settings → Integrations, paste the URL and optionally an HMAC secret.
  4. Save and test by creating a lead or receiving a bio click.

Events (X-Vyncl-Event header)

EventoDescrição
link.clickDisparado a cada clique em um link da bio
link.createdDisparado ao criar um novo link no dashboard
email.subscriberDisparado quando um visitante se inscreve no bloco de e-mail
checkout.startedVisitante iniciou checkout (redirect para PSP do creator)
checkout.completedPagamento aprovado no PSP do creator (ex.: Mercado Pago)
lead.createdDisparado ao criar um lead no CRM (manual, captura ou agenda)
booking.createdDisparado quando um visitante agenda um horário na bio
booking.confirmedDisparado quando uma reserva é confirmada (manual ou automática)
booking.cancelledDisparado quando uma reserva é cancelada
lead.stage_changedDisparado 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.