n8n workflow templates

Three ready-to-import workflows#

Download, import, add one credential, done. All three 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. Webhook workflows: activate to get the production webhook URL. The prospect workflow just runs with Execute Workflow.

Credential setup (once, reused by all three)#

  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? Mint one free: curl -s -X POST https://api.veezee.io/v1/keys/mint (no body) returns a key once, no signup, no card. It runs under a small shared per-IP daily budget of 200 credits. Need more? Buy a key at /upgrade: checkout credits the same key.

Credit cost per run#

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