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 | |
| notification_id | Yes | The notification template ID |