Hello everyone Please let me know how to show data in send grid Template. this is my data format
"Search Term"
Image, Name, Title , Description,
Hello everyone Please let me know how to show data in send grid Template. this is my data format
"Search Term"
Image, Name, Title , Description,
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
RohanPosted Jan 11, 2022, 4:43 AM
Sachin SinghPosted Jan 10, 2022, 9:59 AM
RohanPosted Jan 10, 2022, 9:57 AM
Sachin SinghPosted Jan 10, 2022, 9:50 AM
RohanPosted Jan 10, 2022, 9:45 AM
dynamic json = JObject.Parse("{'publisResult':{'data':[{'PublisherImgUrl':'https://abc.png','Name':'Jhon','Title':'gardenflowershop','Description':'Online Flower Shops in delivery Hong Kong'}}]}}");
Please set this data in proper format
Sachin SinghPosted Jan 10, 2022, 9:15 AM
RohanPosted Jan 10, 2022, 6:57 AM
RohanPosted Jan 10, 2022, 6:55 AM
This is my data format so how to set this data in send grid template
{"publisResult":[
{
"key":{ "SearchTerm":"flower" },
"data": [
{
"PublisImgUrl":"https://abc.png",
"Name":"Jhon",
"Title":"gardenflowershop",
"Description":"Online Flower Shops in delivery Hong Kong"
},
{
"PublisImgUrl":"garden.com",
"Name":"Jhon Cena",
"Title":"weddings",
"Description": "Wedding Flowers and Gifts | 1-800-FLOWERS.COM"
}
]
},
{
"key":{"SearchTerm" : "Pizza"},
"data":[
{
"PublisImgUrl":"https://abc.png",
"Name":"Harry",
"Title":"benny-drinnon.com",
"Description":"TAMELA C. TODD - Home | Tamela Todd"
},
{
"PublisImgUrl":"gardenflowershop",
"Name":"Roma",
"Title":"benny-drinnon.blogspot",
"Description": "Michelle Morgan Talks Thelma"
}
]
}]}
Srinivasan RamamoorthiPosted Jan 6, 2022, 10:24 AM