Mautic Email Automation

Email & Lead Funnel Automation Guide

Build automated email sequences, segment audiences, and send bulk marketing campaigns using the Mautic automation engine — integrated directly into your BrandedClaws dashboard.

What is Mautic?

Mautic is the open-source marketing automation engine that powers the BrandedClaws Automation module. It handles:

  • Email drip sequences and automated campaigns
  • Contact segmentation by behaviour, tag, or custom field
  • Lead scoring and pipeline tracking
  • Form builders and landing page tracking
  • Social media integrations and webhook triggers

Your BrandedClaws subscription includes a fully hosted Mautic instance at crm.brandedclaws.com — accessible directly from your dashboard via Brandedclaws Automation in the sidebar.


Bulk Email Provider Setup (Superadmin)

Why a third-party bulk email provider?

The platform's private SMTP server is used for transactional emails (login links, contact form replies) only. Bulk marketing emails (campaigns, drip sequences) must use a dedicated third-party provider to protect your sender reputation, ensure deliverability, and comply with anti-spam regulations.

Supported Bulk Email Providers

Amazon SESCheapest
$0.10 per 1,000 emails

Best for high volume. Requires AWS account and domain verification.

SendGridPopular
Free up to 100/day, then from $19.95/mo

Easy setup, strong deliverability, detailed analytics.

MailgunDeveloper-Friendly
Free up to 100/day, then from $15/mo

Excellent API support, log viewer, suppression lists.

Brevo (Sendinblue)Best Free Tier
Free up to 300/day, plans from $25/mo

Good for smaller tenants. Includes SMS campaigns.

Custom SMTPAdvanced
Your own server costs

Use your own bulk SMTP server. Full control over configuration.

Configuring a Bulk Email Provider

  1. Go to Admin Center → Mautic Bulk Email Setup
  2. Select your provider (Amazon SES, SendGrid, Mailgun, Brevo, or Custom SMTP)
  3. Enter the required credentials:
    • SMTP Host (e.g., smtp.sendgrid.net)
    • SMTP Port (typically 587 for TLS)
    • SMTP Username (often "apikey" for SendGrid)
    • SMTP Password / API Key
    • From Email (must match your verified domain)
    • From Name
  4. Click Send Test Email to verify the connection
  5. Save the configuration — it will be applied to Mautic's outbound mailer

Domain verification required: All bulk email providers require you to verify your sending domain via SPF, DKIM, and DMARC DNS records before emails will be delivered. Without these, your campaigns will land in spam or be rejected.


Building Email Campaigns (Tenants)

Step 1 — Create Segments (Contact Lists)

  1. Go to Brandedclaws Automation → Segments
  2. Click New Segment and name it (e.g., "New Leads — July 2025")
  3. Set filter conditions (by tag, country, lead score, date, custom field)
  4. Save — Mautic will dynamically add matching contacts

Step 2 — Create an Email

  1. Go to Channels → Emails (or Brandedclaws Automation → Channels)
  2. Click New → choose Segment Email (broadcast) or Template Email (drip)
  3. Use the drag-and-drop builder or raw HTML editor to design your email
  4. Add personalisation tokens: {contact.firstname}, {contact.company}, etc.
  5. Set Subject Line, Preheader, and Reply-To address
  6. Save the email

Step 3 — Launch a Campaign or Drip Sequence

  1. Go to Brandedclaws Automation → Campaigns
  2. Click New Campaign and choose Segment-based or Form-based
  3. In the campaign builder, drag in your email steps, delays (e.g., "Wait 3 days"), and conditions
  4. Connect your segment as the campaign source
  5. Set campaign start date and schedule
  6. Click Publish to activate

Monitoring Campaign Performance

Navigate to Brandedclaws Automation → Campaigns → [Your Campaign] to view:

  • Sent — total emails dispatched
  • Opened — unique open rate (requires image tracking pixel)
  • Clicked — unique click-through rate
  • Unsubscribed — opt-out rate (automatically managed)
  • Bounced — hard and soft bounces (automatically suppressed)

You can also view performance from Admin Center → User Analytics for platform-wide email volume tracking.


Troubleshooting

Emails are going to spam
Verify SPF, DKIM, and DMARC records for your sending domain. Use mail-tester.com to diagnose. Ensure your From Email matches your verified domain.
Test email not delivering
Double-check your SMTP credentials. For SendGrid, the username is literally 'apikey' and the password is your API key. Port 587 requires STARTTLS.
Campaign shows 'paused' or 'pending'
Mautic campaigns require the cron jobs to be running on the server. Contact your Superadmin to verify Mautic cron tasks are active.
Contact count is 0 after segment creation
Segments are built dynamically. Wait a few minutes for Mautic to process the segment filters, or manually trigger a segment rebuild from the segment edit page.
Cannot access the Automation module
This feature requires the Growth Business plan or higher. Your Superadmin must also enable the 'automation.view' permission for your account.