Set number default summary template
Summary Templates
Set a number's default template
Sets or clears the default summary template used for a phone number’s call summaries. Pass summary_template_id to set it, or null/omit to clear it.
PUT
Set number default summary template
Required scope:
SUMMARY_TEMPLATES_WRITEBehavior
Sets the default summary template for a phone number. New calls on that number are summarized using this template. The{number} path parameter is the Allo phone number in E.164 format (e.g. +14155551234).
Pass summary_template_id (a tst-* ID) to set the default, or omit it / pass null to clear the default and fall back to Allo’s standard summary.
Errors
404 PHONE_NUMBER_NOT_FOUND— the number is not one of your account’s numbers. List them withGET /v2/api/numbers.404 SUMMARY_TEMPLATE_NOT_FOUND— no active template with that ID exists for the number’s team.
Authorizations
Path Parameters
Allo phone number in E.164 format
Example:
"+14155551234"
Body
application/json
Summary template ID (tst-*) to set as the default, or null to clear.
Example:
"tst-abc123"
Response
Default summary template updated