Expand my Community achievements bar.

Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Can I insert an outlook template on the Outlook card?

Avatar

Level 3

Right now, I do not see it. Would I need to convert the template into HTML? Also, I see an attachment associated with "Send Email" but I am not sure how to add an attachment. Any help will be appreciated. Thanks

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

It doesn't appear that the Microsoft 365 Mail API has the ability to use templates. Fusion apps/modules are limited to the capabilities of their respective APIs.

You are right that using HTML is a good solution, just be sure to select HTML as the content type.

Adding an attachment just requires you to provide a name and map Data which is the file itself.

0690z000008aBK6AAM.png

There are many ways to get a file into a scenario. The Onedrive app would work. You could also use Watch messages to get messages from a source and get their attachments from the output of that module. It just depends on your use case.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

It doesn't appear that the Microsoft 365 Mail API has the ability to use templates. Fusion apps/modules are limited to the capabilities of their respective APIs.

You are right that using HTML is a good solution, just be sure to select HTML as the content type.

Adding an attachment just requires you to provide a name and map Data which is the file itself.

0690z000008aBK6AAM.png

There are many ways to get a file into a scenario. The Onedrive app would work. You could also use Watch messages to get messages from a source and get their attachments from the output of that module. It just depends on your use case.

Avatar

Level 3

Thank you Sam!