n8n workflow templates

Two ready-to-import workflows

Download, import, add one credential, done. Both call the Veezee REST API (LinkedIn people and company data) with your key.

Import steps

  1. Download a workflow JSON above.
  2. In n8n, open Workflows > Import from File (or paste the JSON from the clipboard).
  3. Open each HTTP Request node and assign the "Veezee API" credential (below).
  4. Activate the workflow to get its production webhook URL.

Credential setup (once, reused by both)

  1. In n8n: Credentials > New > Header Auth.
  2. Name it exactly Veezee API.
  3. Header name Authorization, header value Bearer <your key>.

No key yet? curl -X POST https://api.veezee.io/v1/provision returns a free trial key with 500 credits, no signup, shown exactly once.

Credit cost per run

Check the balance any time with GET /v1/usage (free). Full pricing: /pricing.