crm_cleanse_v1_pipelines_crm_cleanse_post
Extract and enrich name, contact, and address fields from a single unstructured string in one call. Ideal for cleaning messy lead data or contact strings from CSV rows or signatures, saving tokens and reducing latency.
Instructions
Orchestrates Name, Contact, and Address enrichment in a single call. Ideal for processing raw lead data or unstructured contact strings. Deterministic logic ensures data consistency across all fields.
Cost: 3 credits per request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Optional context for timezone, locale, and transliteration hints. | |
| raw_data | Yes | A single unstructured string containing a person's name, email, phone, and address. USE THIS PIPELINE instead of individual tools when you have a messy contact string (e.g., from a CSV row or a signature) and need to extract all entities at once. It saves tokens and reduces latency compared to calling /name, /contact, and /address separately. |