diff --git a/packages/server/src/workflows/steps/sendEmail.js b/packages/server/src/workflows/steps/sendEmail.js index c25e56e76e..f262cd3a1b 100644 --- a/packages/server/src/workflows/steps/sendEmail.js +++ b/packages/server/src/workflows/steps/sendEmail.js @@ -2,7 +2,7 @@ const sgMail = require("@sendgrid/mail") sgMail.setApiKey(process.env.SENDGRID_API_KEY) module.exports.definition = { - description: "Send an email.", + description: "Send an email", tagline: "Send email to {{inputs.to}}", icon: "ri-mail-open-fill", name: "Send Email",