Merge fields are placeholders in email templates that get replaced with actual data at send time. Monterey supports a four-tier merge field system.Documentation Index
Fetch the complete documentation index at: https://montereyfinancial.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Field categories
- Database fields
- Workspace defaults
- Custom workspace fields
- Assets
Sourced from MSSQL legacy ERP queries at send time. These provide per-recipient personalization.Examples:
{{first_name}}, {{last_name}}, {{account_number}}, {{balance_due}}Each field includes a source mapping that tells the campaign orchestrator which MSSQL column to pull from.Managing custom merge fields
| Operation | Endpoint |
|---|---|
| List fields | GET /workspace-merge-fields/ |
| Get field | GET /workspace-merge-fields/{id} |
| Create | POST /workspace-merge-fields/ |
| Update | PUT /workspace-merge-fields/{id} |
| Delete | DELETE /workspace-merge-fields/{id} |
Deleting a merge field is blocked if it’s currently used in any template. Remove references from templates first.

