Use Case:
- Send the Screenshot a URL plugin output to a Teams message as part of the URL analysis within a workflow.
How To:
-
Identify the email address for the Teams channel.
-
Configure the Office 365 Email plugin to send an attachment to the Teams channel.
Attachment Format
[{“content”:"{{[“screenshot plugin”].[screenshot]}}",“filename”:“Screenshot.png”}]
Notes:
Be sure to include the extension for the file type in the filename.
The Content is a base64 encoded attachment -
The image will come in a Teams message as an attachment along with the body of the email.
Sample Teams Message:
Sample Email Config Step:
Sample Workflow:
Let me know what you think, or if you have any questions.