Before You Begin
You need a workspace API key created by a VisaFlo administrator. Keep the key in a server-side secret store. This API is not designed for browser-based requests.1. Verify Your Key
List your workflow templates. This confirms the key, network path, and workspace scope without creating data.2. Look Up Before You Create
For an intake integration, search by email before creating a lead. This keeps retries and repeated webhook deliveries from creating duplicate records.data is empty, create the lead:
data.id in your source system.
3. Create a Follow-up
Use the VisaFlo lead, client, or case ID to create operational work.Production Checklist
- Search before a create operation.
- Persist VisaFlo IDs after a successful create.
- Retry only transient failures such as
429and5xxresponses. - Do not retry a malformed
400request without correcting it. - Keep the API key on a server, never in a browser or client-side extension.