Skip to main content

Hi All,

I wanted to create an attachment in Salesforce using Salesforce Connector. In Salesforce attachment object Body attribute is a base64 data type.

**this is how i have designed my RAML:

{

"fileName": "MyPicture.jpg"

}**

 

I want to know is this the correct way to read an image and also how can we further map this image into salesforce attachment object

 

@anirban37 @manik Please provide your input if you have solved this similar use case earlier.

 

Thank in Advance

0/9000