how to send both the body and file attachments in a single mail ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
how to send both the body and file attachments in a single mail ?
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
- Labels:
-
Coding
-
Mashup-Widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Ok, can you tell me the datashape to be used for partsToSend parameter of "PostMultipart" service?
Best Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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