Update summary template
Summary Templates
Update summary template
Replaces a summary template’s name, call context, icon, and sections.
PUT
Update summary template
Required scope:
SUMMARY_TEMPLATES_WRITEBehavior
Replaces the template’sname, call_context, icon, and sections with the values you send, so pass the full desired state — omitted call_context, icon, and sections are cleared. Fetch the current template first with Get summary template if you only want to change one field.
Returns 404 with code SUMMARY_TEMPLATE_NOT_FOUND if no active template with that ID exists for your team.Authorizations
Path Parameters
Summary template ID (tst-*)
Example:
"tst-abc123"
Body
application/json
Template name.
Example:
"Sales call"
Background context that helps the AI summarize calls (max 4000 characters).
Example:
"B2B SaaS sales calls"
Optional icon (e.g. an emoji).
Example:
"📞"
Ordered sections that make up the summary (max 10).
Maximum array length:
10Response
Summary template updated