You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to reference just one of the items in my email by its position. Was trying to use <img src="{{recently_viewed_prooducts.[0].image}}" alt="" width="250" height="330" border="0" style="display: block; max-width: 250px;"/>
However nothing is showing up
Expected Behaviour
Expected the first product in the arrays immage to show
Steps to reproduce it
Add steps to reproduce bugs or add information on the place where the feature should be implemented. Add links to a sample deployment or code.
Would you like to work on the issue?
I would like someone to help me on this issue
The text was updated successfully, but these errors were encountered:
Actual Behaviour
Json
`curl -X "POST" "https://api.sendgrid.com/v3/mail/send"
-H 'Authorization: Bearer <<YOUR_API_KEY>>'
-H 'Content-Type: application/json'
-d '{
"from":{
"email":"[email protected]"
},
"personalizations":[
{
"to":[
{
"email":"[email protected]"
}
],
"dynamic_template_data":{
],
"template_id":"d-c954edc39559465ba86fefbe2a10f357"
}'`
I'd like to reference just one of the items in my email by its position. Was trying to use
<img src="{{recently_viewed_prooducts.[0].image}}" alt="" width="250" height="330" border="0" style="display: block; max-width: 250px;"/>
However nothing is showing up
Expected Behaviour
Expected the first product in the arrays immage to show
Steps to reproduce it
Add steps to reproduce bugs or add information on the place where the feature should be implemented. Add links to a sample deployment or code.
Would you like to work on the issue?
I would like someone to help me on this issue
The text was updated successfully, but these errors were encountered: