How to send email proof/sample via API if created with new designer?
First of all,
The endpoint /rest/asset/v1/emails.json does not return the subject value when the email uses a template created in the new designer.
Additionally, I am unable to send a sample email using /rest/asset/v1/email/{email_id}/sendSample.json. The request returns the following error:
'errors': [{'code': '709', 'message': 'One or more email headers (displayName, fromEmail, replyToEmail, subject) is empty'}]
I do not have this issue when sending emails that were created using the old designer.
Is there a way to send a sample email if the email was created using the new designer?