nevent_get_template
Retrieve the full content of an email template: MJML source, rendered HTML, tags, and usage metrics (how many campaigns used this template). Call this after nevent_list_templates when the user wants to inspect, copy, or modify a template. Next step: nevent_update_template to change the content, or nevent_create_campaign to use this template in a new campaign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template_id | Yes | The Identifier of the template to retrieve. Get valid IDs from nevent_list_templates. |