Hello, I’d like to create an email using the API. Where do I locate the templatePath for my email template?
Thanks,
Hello, I’d like to create an email using the API. Where do I locate the templatePath for my email template?
Thanks,
Hey there! You can use this endpoint to get all templates in your account. In your code, filter for only email templates so you’re not looking at irrelevant templates. Once you have the desired email, you can grab the template path for use in the create marketing email endpoint.
Hope this helps!