Loading…
Loading…
ClientFlow
Integrate ClientFlow with your stack. Generate an API key in Settings → Developer Hub (Team plan).
Send your API key in the Authorization header. Keys start with cf_live_ and are scoped read/write.
Authorization: Bearer cf_live_xxxxxxxx
https://volade.com
List endpoints support limit (max 100) and offset query params.
https://volade.com/api/v1/contactslimit, offsethttps://volade.com/api/v1/contactsname, email, phone, companyhttps://volade.com/api/v1/projectsstatus filterhttps://volade.com/api/v1/projectstitle, contact_id, event_datehttps://volade.com/api/v1/quotes—https://volade.com/api/v1/quoteslines[], project_id, contact_idhttps://volade.com/api/v1/webhooks—https://volade.com/api/v1/webhooksname, url, eventshttps://volade.com/api/zapierZapier auth testhttps://volade.com/api/lead-forms/{slug}/submitPublic — no API keyConfigure webhooks in Settings. Payloads are signed with HMAC-SHA256 (header X-ClientFlow-Signature).
Events: contact.created, project.created, lead.submitted, quote.sent, contract.signed, payment.received, invoice.paid
POST /api/zapier for auth test. Triggers and actions available for Team accounts.
Lead forms can be embedded via /f/{slug}, iframe, or public/embed.js — see Settings → Lead forms.