Update a Published Template
documentedUpdate the published template version (or draft if update_published is not set).
PUT /api/v1/templates/{id}{?update_published}Sendingno implementation yet0 runsInput
template_id*
Template ID
{{$template_id}}
update_published*
Update Published (boolean)
{{$update_published}}
name
Template name
{{$name}}
description
Description
{{$description}}
from_email
From email
{{$from_email}}
from_name
From name
{{$from_name}}
subject
Subject
{{$subject}}
text
Text content
{{$text}}
html
HTML content
{{$html}}
reply_to
Reply-To
{{$reply_to}}
open_tracking
Open tracking
{{$open_tracking}}
click_tracking
Click tracking
{{$click_tracking}}
shared_with_subaccounts
Shared with subaccounts
{{$shared_with_subaccounts}}
Calls SparkPost as you (your API key is your account); keychains.dev holds the credentials.