Method: KlaviyoAPI::TemplatesApi#clone_template

Defined in:
lib/klaviyo-api-sdk/api/templates_api.rb

#clone_template(template_clone_query, opts = {}) ⇒ Hash<String, Object> Also known as: create_template_clone

Clone Template Create a clone of a template with the given template ID. If there are 1,000 or more templates in an account, cloning will fail as there is a limit of 1,000 templates that can be created via the API.
*Rate limits*:
Burst: ‘10/s`
Steady: `150/m` Scopes: `templates:write`



26
27
28
29
# File 'lib/klaviyo-api-sdk/api/templates_api.rb', line 26

def clone_template(template_clone_query, opts = {})
  data, _status_code, _headers = clone_template_with_http_info(template_clone_query, opts)
  data
end