Set up your institution, step by step. Start here.

Sending Email Campaigns

Connect your SMTP provider and send automated email messages to students and members through Automation workflows.


Sending Email Campaigns

Email delivery on this platform is powered entirely by your own SMTP credentials. You must first connect an SMTP provider from the Integrations page, then build your email delivery logic using the Automation workflow system.


Step 1: Open the Integrations Page

  1. Navigate to Dashboard > Integrations.
  2. Integrations are grouped into collapsible categories, not a flat grid: Communication, Payment Gateways, Shipping & Courier, Analytics & Authentication, Live Sessions, AI & LLM, and AI Agent (MCP Server). Each category header shows an N of M active badge and expands to reveal its individual integration cards.
  3. The page header reads Connect the services your organization already uses — N of 21 active, and a Search integrations... box at the top right filters cards by name or category.

The Integrations page showing collapsible category sections — Communication, Payment Gateways, Shipping & Courier, Analytics & Authentication, Live Sessions, AI & LLM and AI Agent — each with an N/M active badge


Step 2: Configure Your SMTP Credentials

  1. Click the Communication category to expand it. It contains three cards: Email (SMTP), BulkSMS BD, and Push Notifications.
  2. On the Email (SMTP) card, click Set up (this button reads Configure once the integration is already active).

The expanded Communication category showing the Email (SMTP), BulkSMS BD and Push Notifications cards with their Active/Inactive badges and Set up / Configure buttons

  1. The Email Integration (SMTP) dialog opens. Turn on Enable Email Integration — the rest of the fields only appear once it's on.
  2. Fill in the required fields:
    • SMTP Host * — the outgoing mail server address provided by your email service (e.g. smtp.gmail.com)
    • SMTP Port * — typically 465 (SSL) or 587 (TLS)
    • SMTP Username * — your SMTP account username or email address
    • SMTP Password * — your SMTP account password or app-specific password (click the eye icon to reveal it)
    • From Email Address * — the sender address recipients will see
    • From Name — the display name shown alongside it
    • EncryptionTLS or SSL
  3. Click Save Changes. The platform now routes all email sends through your SMTP credentials.

The Email Integration (SMTP) dialog with the Enable toggle on and the SMTP Host, Port, Username, Password, From Email, From Name and Encryption fields filled in


Step 3: Navigate to the Automation Section

  1. Navigate to Dashboard > Automation. The page header reads Workflow AutomationAutomate tasks with visual workflows, AI, and scheduled triggers.
  2. Four summary cards run across the top: Total Workflows, Active (green), Total Executions, and Scheduled (blue).
  3. Below them sit filter buttons — All, Active, Draft, Paused — and two buttons in the top-right corner: Browse Templates and Create Workflow.

The Automation page showing the Total Workflows / Active / Total Executions / Scheduled stat cards, the All / Active / Draft / Paused filters, and two example workflows below


Step 4: Create a New Workflow

  1. Click Create Workflow in the top-right corner.
  2. On the Create New Workflow page, enter a Workflow Name * (e.g. "Payment Reminder") and an optional Description.
  3. Under Trigger Configuration, choose a Trigger Type *:
    • Manual (Run on demand) — only runs when you press Run Now
    • Schedule (Cron-based) — runs automatically on a cron expression you provide, with a timezone field
    • Event (System trigger) — fires on a system event such as Student Enrolled in Course or Payment Completed
    • Date Condition (X days before/after) — runs a set number of days before or after a date field such as a payment due date
    • Webhook (External trigger) — fires when an external service calls a URL generated after the workflow is created
  4. Fill in the extra fields that appear beneath the dropdown for your chosen trigger type, then click Create Workflow.

The Create New Workflow form with Workflow Name, Description and the Trigger Type dropdown set to Manual, plus the "What happens next?" guidance card below it

The What happens next? card underneath spells out the rest of the process: you land in the workflow editor, add action nodes, configure each one, test with a manual trigger, then activate the workflow.


Step 5: Build Your Workflow and Add an Email Action

  1. Creating the workflow opens its detail page, with Overview and Execution History tabs and an Activate / Run Now / Delete button row at the top.
  2. On the Overview tab, the Visual Workflow Editor shows your workflow canvas. Click + Add Node to open the node picker.
  3. The Add Node dialog has a Search nodes... box and three groups — Triggers, Actions, and Logic & Flow. Under Actions, click Send Email.

The Add Node dialog with Search nodes, the Triggers/Actions/Logic & Flow groups expanded, and Send Email highlighted in the Actions list

  1. The Send Email node appears on the canvas, connected below your trigger. Click it to open its settings in the right-hand panel and fill in To, Subject, Email Body, and optionally Content Type (Plain Text/HTML), CC, BCC, and Reply To.

The Send Email node on the workflow canvas, showing its Success Status and Message ID outputs

  1. Once your nodes are connected and configured, click Save Workflow — a banner reading Unsaved changes — click Save Workflow to apply appears whenever there's something to save.
  2. Click Activate at the top of the page to switch the workflow from DRAFT to live. Emails now go out automatically whenever the trigger fires.
#notifications #email #smtp #campaigns #communication #automation