Skip to main content
I'm new to Iterable and I've been playing around with workflow and event API. I created a custom event called viewProducts, and used Postman to send an event API along with product's info like price & description. I saw the event updated in Iterable already.




But then I don't know how to use these info in the template. Let's say, if I want to send an email of the product viewed by a user to him. I tried using handlebar {{viewProducts.price}} but it seems not the correct way.
Kelly,
We have used this many times. Instead of {{viewProducts.price}} just put {{price}} and it should work.

Reply