Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi,
What is the datashape of infotable at partsToSend parameter. Where to define subject, content, from and to address?
Also, how to send both the body and file attachments in a single mail ?
Reference from topic
Best Regards
@SV_10197221 partsToSend parameter of "PostMultipart" service is to send RestAPI HTTP request.
However you are questioning here about how to set body and attachent when sending a email.
Which operation do you need to confirm?
If both questions are needed, please create another post so we can handle 1 issue with 1 post.
Hi,
Ok, can you tell me the datashape to be used for partsToSend parameter of "PostMultipart" service?
Best Regards.
Hi @SV_10197221 ,
I hope this attached highlighted post reply link will helps ContentLoaderFunctions PostMultipart . You can define your own info schema or by using AddField and AddRow functions & then you can declare it with partsToSend Parameter in PostMultipart snippet.
Thanks & Regards,
Arun C