Templates
Duplicate template
Creates a copy of the Google Doc template associated with an automation. The new template is saved to your Google Drive.
post/duplicateGoogleDocTemplate
Query parameters
automationIdstring required
The automation ID.
newTemplateNamestring
Custom name for the duplicated template. Defaults to the automation title.
Response
Template duplicated
Example response
{
"message": "Google Doc template duplicated successfully"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.