This API updates an email template by specifying its external template ID. You can specify whether the updated version of the template can be used in active campaigns in the request.
Authentication is done via Basic Auth. This requires a base64-encoded string of your credentials in the format 'username:password'.
For more information on authentication and getting your credentials, refer here.
This field contains the unique identifier that is generated during the creation of the template.
This field contains a flag that is used to update all the campaigns that are currently using the template being updated to the newer version(that is being updated in this request). The default value for this flag is false.
When the update_campaigns flag is true, all the campaigns running with this template will get updated to the latest version of the template, and when it is false, the new version of the template will be created, but there will be no change made to the template used in the existing campaigns.
If the value is "true," this API does not create a new version of the template but only updates its contents.
This response is returned when the request is processed successfully.
This field contains the unique template id corresponding to a successful template updation request.