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

messagestring
newTemplateIdstring

Google Doc ID of the new template.

urlstring uri

URL to edit the new template.

Example response

{
  "message": "Google Doc template duplicated successfully"
}

Changes