How do I send images with my emails?
Attaching images
"attachments": {
"image.jpg": {
"base64": {{ image_jpg_base64 | json }}
}
}Embedding images
{% capture email_body %}
<p>Welcome!</p>
<img src="https://cdn.shopify.com/s/files/1/0000/0000/0000/files/welcome_email.jpg">
{% endcapture %}"body": {{ email_body | unindent | json }}PreviousHow do I add an unsubscribe link to my emails?NextCan Mechanic events or tasks be prioritized?
Last updated
Was this helpful?