Skip to main content

Email

The Email Activity is used to send an email to one or more recipients. Currently, emails can be sent only using NETCORE as the supported provider.

This activity enables automated email notifications, alerts, and communication directly from your workflows.

Fields

1. Select Netcore Account

  • Required: Yes
  • Description: Choose the configured Netcore account credentials for sending the email.

2. Title

  • Required: Yes
  • Description: Add the subject or title of the email.

3. Recipients (TO, CC, BCC)

  • Required: Yes
  • Description: Specify recipient email addresses. You can include multiple addresses separated by commas or spaces.
    • TO: Primary recipients.
    • CC: (Optional) Copy recipients.
    • BCC: (Optional) Blind copy recipients.

4. Content

  • Required: Yes
  • Description: Provide the body content of the email. Supports HTML and plain text formats.

5. Attachments

  • Required: No
  • Description: Upload or reference files to include as email attachments.

Example Use Cases

  • Send automated confirmation or acknowledgment emails after a form submission.
  • Notify users or teams when a workflow completes or encounters errors.
  • Deliver scheduled reports or updates via email.

Notes

  • Only Netcore integration is supported for sending emails currently.
  • Ensure that your Netcore account credentials are active and properly configured in Boltic.
  • You can dynamically personalize the email content using variables (e.g., {{payload.user_name}}, {{API_1.result.email}}).