compare_templates
Identify differences between two email templates by comparing text content node-by-node. Determine which nodes are identical, changed, or unique to each template.
Instructions
Structured diff of two templates' text content (e.g. EN vs ES review).
Returns per-node comparison with match_type:
identical: text is the same in both
changed: text differs
only_in_a: node exists only in template A
only_in_b: node exists only in template B
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_a_id | Yes | external_template_id of template A (e.g. English original). | |
| template_b_id | Yes | external_template_id of template B (e.g. Spanish translation). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||