For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
Hello,
I am using the REST API and was wondering if it is possible to email customers using that API? (or via graphql)
I need to send customers an email with a link to their invoice and would like to use the already provided templates etc.
Thank you
Solved! Go to the solution
This is an accepted solution.
Hi Styrk,
You can't create an email and send it via the API, but you could set up your own custom email service and send emails based on merchant information, and triggered with webhooks. Would this work for you?
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
This is an accepted solution.
Hi Styrk,
You can't create an email and send it via the API, but you could set up your own custom email service and send emails based on merchant information, and triggered with webhooks. Would this work for you?
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Hello Liam,
That's that i ended up doing and simply copy/pasting the email HTML from some of the templates in the admin. That was my main concern because i wanted my emails to look like all the other templates.