DIY Template Blocks (Neo Transformer)
Configuration reference for the Neo Transformer block — applies Capillary Neo business logic to transform or enrich data in DIY dataflows.
The Neo Transformer block applies Capillary's Neo business logic to the incoming data before it is posted to the destination. It is used in advanced DIY templates to handle complex transformation or enrichment scenarios that go beyond simple field mapping.
Block type: neo_transformer
Applies a Neo dataflow (JavaScript-based logic) to transform or enrich data. The block receives JSON input and produces transformed JSON output for downstream API calls.
Configuration fields
| Field | Description |
|---|---|
| Neo Dataflow ID * | The ID of the Neo dataflow to execute |
| Org ID * | The InTouch org ID |
* Required field
CSV to JSON Neo block
The CSV to JSON Neo block (csv_json_neo_transformer) is used as an intermediate step before the Neo Transformer in DIY templates. It converts a flat CSV file into a JSON array, where each row becomes a JSON object with keys corresponding to column headers.
See CSV to JSON for configuration details.
Updated about 10 hours ago
