ingest_record
Ingest individual source records into Anchord for automatic matching to canonical AnchorIDs. Processes single-item payloads from registered systems to resolve entity identities.
Instructions
Ingest a single source record into Anchord. The record is matched to an AnchorID automatically. Requires a registered source (system). Wraps POST /ingest/batch with a single-item array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| system | Yes | Source system key (e.g. hubspot, salesforce, stripe, or a custom source) | |
| object_type | Yes | Object type within the source (e.g. company, contact, customer) | |
| object_id | Yes | Unique ID of the record in the source system | |
| payload | Yes | Record payload — key/value fields (e.g. name, domain, email) |