Skip to content

API call

The API call step sends an HTTP request (GET, POST, PUT, PATCH, DELETE) for each record. Use it to notify a CRM, fetch extra data, or write results back to another system.

  1. Choose method and URL.
  2. Choose authentication (none, bearer, basic, or custom header).
  3. Point tokens at the Vault or a prior step field when possible.
  4. Choose what body to send (full record, payload only, or none).

“Payload only” sends metadata fields — the same set that entered the pipeline.

  • Prefer HTTPS endpoints.
  • Do not log full authorization headers.
  • Test with one row before a large run.