Hey Everybody!
Has anyone tried importing a content to CMS USING json file?
If so can you guys post the sample format here? I'm getting an error when i tend to upload my json file ..! its kind of urgent requirement ... please help me in this!
I have mentioned below the json format that I tried to upload in a .zip file.
I also followed the below link to do so,
https://help.salesforce.com/articleViewid=sf.cms_import_content_json.htm&type=5
Error message that i get in my mail:
{
"dateTime": "2021-02-08 08:48:19",
"jobId": "0gU6F000000CaRH",
"details": [{"message": "No content found in input to be imported. Content did not import to the workpsace."}]
}
JSON Format file:
{
"content": [
{
"type":"cmsTest_image",
"urlName":"cmsTest_imageurl",
"status":"Draft",
"body": {
"title" : "Hanging Pendant Lamp with Bluetooth Accessibility",
"altText" : "Hanging Pendant Lamp with Bluetooth Accessibility",
}
}
]
}
@Manish Jha @Gayathri Ravichandran Geetha @Neil Hayek @Vinay Chopra
Hello @Aditya Aryan , may i ask if your above issue is resolved , if resolved can you please tell how , because i am also facing the same issue now.