Include sendMail action in Blockly Rule

Running 3.4.2 with all configuration done in the MainUI

I’m in the process of moving all my existing DSL rules into Blockly. My old rules include the sendMail action but it’s not obvious how to put that mail action into Blockly.

I’m guessing the action should be included in a Run & Process block but I’m not sure how it should be formatted.

Any help would be appreciated

After further searching I think I found the answer.

There is a Mail Actions add-on in the Marketplace that looks like the answer.

All Thing Actions either need to be invoked through the inline script block or installed as a block library from the marketplace. Thing actions are not a part of Blockly by default.

Thanks Rich…I probably should have figured that out before asking the question.