I have an E-commerce website and is integrated to InfusionSoft
What currently happening is that...
Customer completes an order on my website and purchases, let say 2 products.
Upon Order Completion, Order Received tag is added and customer's info is added to InfusionSoft, and the Order Detail HTML Markup (which is generated on my website via code) is added to a Custom Field, ~_myCustomField~
There is already a campaign running which send simple Thank You Email to customer.
What I want is that I can send the Order Detail(which is stored in ~_myCustomField~
) along with the Thank You Email
What I have tried that, I have added the custom field into Campaign's Email just like ~Contact._myCustomField~
but it sends the only HTML, not generated one!
_myCustomField
contains for example
<table>
<tr>
<td>This is your order detail</td>
</tr>
</table>