{"id":2610,"date":"2026-02-25T08:05:54","date_gmt":"2026-02-25T09:05:54","guid":{"rendered":"http:\/\/gogetmuscle.com\/?p=2610"},"modified":"2026-02-25T17:46:06","modified_gmt":"2026-02-25T17:46:06","slug":"loop-with-object-list-not-working","status":"publish","type":"post","link":"http:\/\/gogetmuscle.com\/index.php\/2026\/02\/25\/loop-with-object-list-not-working\/","title":{"rendered":"Loop with object list not working"},"content":{"rendered":"

Hi,<\/P>

I send following data with the single send api:<\/P>{ …
\n “customProperties”: {
\n “products”: [
\n {
\n “product_id”: “PSKE”,
\n “product_name”: “Managed Kubernetes”,
\n “price”: “0,00&bnsp;\u20ac”,
\n “quantity”: “1”
\n }
\n ],
\n… }

\u00a0The template module contains following code:<\/P>{% for item in custom.products %} <\/p>\n\n{{ item.product_id }}<\/td>\n{{ item.product_name }}<\/td>\n{{ item.quantity }}<\/td>\n{{ item.price }}<\/td>\n<\/tr>\n

{% endfor %}

All values in the e-mail are empty:<\/P> <\/p>\n\n<\/td>\n<\/td>\n<\/td>\n<\/td>\n<\/tr>\n

Why?<\/P><\/p>\n","protected":false},"excerpt":{"rendered":"

Hi,I send following data with the single send api:{ … “customProperties”: { “products”: [ { “product_id”: “PSKE”, “product_name”: “Managed Kubernetes”, “price”: “0,00&bnsp;\u20ac”, “quantity”: “1” } ], … }\u00a0The template module contains following code:{% for item in custom.products %} {{ item.product_id }} {{ item.product_name }} {{ item.quantity }} {{ item.price }} {% endfor %}All values in […]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[14],"tags":[],"_links":{"self":[{"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/posts\/2610"}],"collection":[{"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/comments?post=2610"}],"version-history":[{"count":1,"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/posts\/2610\/revisions"}],"predecessor-version":[{"id":2611,"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/posts\/2610\/revisions\/2611"}],"wp:attachment":[{"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/media?parent=2610"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/categories?post=2610"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/gogetmuscle.com\/index.php\/wp-json\/wp\/v2\/tags?post=2610"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}