Email node?

I’ve been searching in the package manager, here and the wider web and so far have come up short–is there a package that can send an email as part of the result from the graph? I’m thinking of ways to integrate Trello and Revit and figure that if I can send an email (and control the formatting, subject line, body, etc) I could start creating cards (indirectly) in Trello. It’s a bit of a hack; I know, but I’m hoping to not have to delve into APIs…

Or would it be easier to try to talk to Trello directly rather than coaxing Outlook (or something else) to send an email from Dynamo??

thanks for your thoughts

looks like there is an API for Trello and a C#/.NET library to connect to it. https://github.com/dillenmeister/Trello.NET

-matt