Skip to main content

Enrich records

Action ID: tools.pipe0.enrich_records Enrich records. Calls POST /v1/pipes/run/sync directly. Reference: https://www.pipe0.com/docs/api/pipes/run-sync

Secrets

Required secrets:
  • pipe0: required values PIPE0_API_KEY.

Input fields

array[object]
required
Input records to enrich. Pipe0 accepts at most 100 items.
array[object]
required
Pipe configurations to run. Each item takes a pipe_id and a config object.
string | null
Base URL of the Pipe0 API.Default: null.
object | null
Pipe0 run configuration object, covering environment, transform, widgets, and field_definitions.Default: null.
object | null
Pipe0 field annotations object applied to the input records.Default: null.
array[string] | null
Pipe0 scopes to apply to the run.Default: null.

Search records

Action ID: tools.pipe0.search_records Search records. Calls POST /v1/searches/run/sync directly. Reference: https://www.pipe0.com/docs/api/search/run-sync

Secrets

Required secrets:
  • pipe0: required values PIPE0_API_KEY.

Input fields

Pipe0 search object. Takes a search_id and a config object holding limit and filters.
string | null
Base URL of the Pipe0 API.Default: null.
object | null
Pipe0 run configuration object, covering environment, widgets, and field_definitions.Default: null.