Skip to main content
11-Garnet
November 8, 2023
Question

how to send both the body and file attachments in a single mail ?

  • November 8, 2023
  • 1 reply
  • 1318 views

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

1 reply

16-Pearl
November 9, 2023

@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.

11-Garnet
January 29, 2024

Hi,

 

Ok, can you tell me the datashape to be used for partsToSend parameter of "PostMultipart" service?

 

Best Regards.

16-Pearl
January 29, 2024

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.

 

Arun_C_0-1706520777654.png

 

Thanks & Regards,

Arun C