get_journey_template_content
Fetch the elemental content of a journey-scoped notification template. Pass version=draft for the working draft, or vN for a historical version. Defaults to published.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Version to retrieve: "draft", "published" (default), or a version string like "v001" | |
| journey_id | Yes | The journey template ID that owns this notification. Copy it exactly, character for character, from the response that returned it — never retype it from memory or reconstruct it. | |
| notification_id | Yes | The notification template ID. Copy it exactly, character for character, from the response that returned it — never retype it from memory or reconstruct it. |