Skip to main content

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.
If data is empty, create the lead:
Save the returned 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 429 and 5xx responses.
  • Do not retry a malformed 400 request without correcting it.
  • Keep the API key on a server, never in a browser or client-side extension.