Modify the 'Email-Content' textbox in the Create Job / Update Job Modal window in the Funnel Builder.
The form needs to be able to build emails with content that includes products from the Shopify stores product catalog
First, use the Shopify API to iterate through the products in the store, and display those products alongside the email-content textbox
Build an HTML textarea that allows the user to either drag and drop products from the product list, into the email content textbox, or somehow insert a piece of text that gets replaced by an image / link to that Shopify Store Product. So the same way we replace a piece of string with the recipients email and name, we want to make one that gets replaced by an image and link to shopify products
Modify the textbox to allow the building of dynamic HTML emails
The link to the Shopify Store product must actually lead to a redirect window (that will be created in the next step), which records the clicked link for analytics, and then redirects the user to the product