$.send.email
in workflows$.send.email()
function. This allows you to send emails to yourself programmatically, if you need more control than actions provide.
$.send.email()
takes the same parameters as the corresponding action:
html
property is optional. If you include both the text
and html
properties, email clients that support HTML will prefer that over the plaintext version.
Like with any $.send
function, you can use $.send.email()
conditionally, within a loop, or anywhere you’d use a function normally in Node.js.
$.send.email
in component actions$.send.email
.
$.send.email
functions the same as $.send.email
in workflow code steps: