Hi,
Regrettably, there is no such macro. If you need to achieve this functionality through macros, you have to create a
custom macro - details are in
Developer's Guide - Registering custom macro methods.
However, a more flexible solution would be to use
event handler for this workflow step where you can specify the action which should be performed whenever this event occurs ->
Developer's Guide - Global events. To send an e-mail, you can use Kentico CMS API method
CMS.EmailEngine.EmailSender.SendMassEmail(EmailMessage message, string userNames, string roleNames, string groupNames, int siteId)
To see further details, you can take a look at
API Reference.
Best regards,
Filip Ligac