There's a new version of the HubSpot API

As of November 30, 2022, HubSpot API keys are no longer a supported authentication method for accessing HubSpot APIs. Instead, you should use a private app access token or OAuth to authenticate API calls. Learn more about this change and how to migrate an API key integration to use a private app instead.

Clone a marketing email

Last updated May 15, 2023

POST marketing-emails/v1/emails/:id/clone

Method Details

HTTP Methods:

POST

Content Type:

application/json

Response Format:

json

Requires Authentication?

Yes

Rate Limited?

Yes

Headers

User-Agent

Products:

Marketing

Required Scope:

content

Clone a marketing email. This will create a duplicate email that will have the same properties as the original email, with the exception of having a unique id.

Note: with the exception of the name field, you will not be able to update fields with this endpoint.
Note: Including a new name in your request body isn't required, but is recommended. Clones created without a new name will take on the name of their parent email, which may make it difficult for users to differentiate the original and the clone.
Required Parameters How to use Description
OAuth access token or private app access token Authorization: Bearer {token} header Used to authenticate the request. Please see this page for more details about authentication.
Email ID :email_id Used in the request URL The ID of the email that you want to clone.