otherapi_key

Bigmailer

BigMailer is an email marketing platform designed for managing multiple brands, offering features like white-labeling, automation, and integration with Amazon SES.

Verdict

Bigmailer is an email service platform for transactional and marketing campaigns. In Switchy, @mentioning Bigmailer lets your team create transactional email campaigns, list brands in your account, and verify API credentials — all from chat. Marketing ops and product teams use it to spin up password-reset flows or order-confirmation emails without leaving the workspace. The MCP exposes three tools: campaign creation, brand listing, and user info retrieval. You'll need an API key from your Bigmailer dashboard, and the integration assumes you've already set up brands and templates in Bigmailer itself.

Common use cases

  • Create transactional email campaigns from chat
  • List brands before launching new campaign
  • Verify API credentials during onboarding
  • Coordinate email ops across marketing and eng
  • Document campaign setup in project threads

Integration

Vendor
Bigmailer
Category
other
Auth
API_KEY
Tools
3
Composio slug
bigmailer

Tools

  • Create Transactional Campaign

    This tool creates a new transactional campaign within a specified brand in bigmailer. it allows users to programmatically create new transactional campaigns by using the provided parameters (brandid, name, subject, fromname, fromemail, html

  • Get User Information

    This tool retrieves information about the authenticated user in bigmailer using the get /me endpoint. it requires only authentication and no additional parameters, making it ideal for verifying api connectivity and retrieving essential user

  • List All Brands

    This tool retrieves a list of all brands associated with the authenticated bigmailer account. it allows users to view and manage their brands. the operation is executed via a simple get request to the /brands endpoint and requires proper au

Setup

Setup guide

  1. 11. In Switchy, open your workspace settings and navigate to the MCP integrations panel. 2. Select 'Add Integration' and choose Bigmailer from the directory. 3. Log into your Bigmailer account in a separate tab and go to Settings > API Keys to generate a new key. 4. Copy the API key and paste it into the Switchy connection form, then click 'Connect'. 5. Switchy will verify the key by calling the user info endpoint — you'll see a green checkmark when authentication succeeds. 6. Open any Space and type '@Bigmailer list all brands' to confirm the connection works. 7. If you see your brand list returned, the integration is live and ready for campaign creation and account queries.

What teammates see: by default, memories from Bigmailer are scoped to the Space (PROJECT visibility) - you can mark any memory PRIVATE or share it ORG-wide.

Works well with

Top models

Compatibility data appears once enough Spaces have used this MCP together with a given model.

How Switchy teams use it

Not enough Spaces yet to publish anonymised usage stats (we require ≥ 50 Spaces per week).

Starter prompts

Create Password Reset Campaign

@Bigmailer create a transactional campaign named 'Password Reset Flow' under brand ID 12345
Open in a Space →

Verify API Connection

@Bigmailer get my user information to verify the API connection
Open in a Space →

Launch Order Confirmation Campaign

@Bigmailer create a transactional campaign called 'Order Confirmation' for brand ID 67890
Open in a Space →

Audit Active Brands

@Bigmailer show me all brands so I can audit which ones are currently active
Open in a Space →

Example outputs

Illustrative - representative of the model's voice and quality, not literal recordings.

Prompt

@Bigmailer list all brands in my account and show me which ones have active transactional campaigns

Output

Based on your Bigmailer account, you have 3 brands configured: 'Acme Marketing' (ID: 12345), 'Product Notifications' (ID: 12346), and 'Customer Support' (ID: 12347). The first two brands have active transactional campaigns set up, while 'Customer Support' currently has no campaigns configured. This is an illustrative example showing how the MCP would surface brand data from your account.

Notes

This example demonstrates read-only access to your Bigmailer brand hierarchy. Requires a valid API key with at least read permissions. Useful for auditing your email infrastructure before creating new campaigns or troubleshooting delivery issues across brands.

Prompt

@Bigmailer create a new transactional campaign called 'Password Reset Emails' under the Customer Support brand with a plain-text template

Output

I've created a new transactional campaign in Bigmailer with the name 'Password Reset Emails' under your 'Customer Support' brand (ID: 12347). The campaign is now active and ready to send. You'll need to configure the email template content and sender details in the Bigmailer dashboard before sending live emails. This example illustrates the campaign creation workflow—actual API responses include campaign ID and configuration URLs.

Notes

This write operation creates a live campaign in your Bigmailer account. Requires API key with write permissions and a valid brand ID. The MCP creates the campaign shell but doesn't populate template content—you'll still need to design the email in Bigmailer's interface or via separate API calls.

Prompt

@Bigmailer check my account details and recommend which brand I should use for a new order confirmation email campaign

Output

Your Bigmailer account is registered to 'sarah@acme.com' with 3 active brands. Based on your brand names, I recommend using the 'Acme Marketing' brand (ID: 12345) for order confirmation emails, as it appears to be your primary customer-facing brand. The 'Product Notifications' brand seems better suited for feature announcements, while 'Customer Support' handles service-related messages. This recommendation synthesizes account data with typical email segmentation practices.

Notes

This example shows the AI reasoning over Bigmailer account data to provide strategic guidance. The MCP fetches user info and brand lists, then the AI interprets naming conventions to suggest best practices. Useful for planning email architecture, but final decisions should consider your actual sending volume and brand strategy.

Use-case deep-dives

Onboarding email automation for SaaS

When Bigmailer fits early-stage product onboarding flows

A 5-person SaaS team shipping a new user onboarding sequence needs transactional emails triggered by signup, trial expiry, and first login. Bigmailer's transactional campaign tool lets you create these flows programmatically without leaving your AI workspace, which beats toggling between Slack and a separate email dashboard. The brand-scoping model works if you run multiple products under one account. The catch: if you're sending more than basic lifecycle emails—like A/B testing subject lines or building conditional branches—you'll outgrow this MCP fast and need a fuller marketing automation stack. Use Bigmailer here if your onboarding is under 10 touch-points and you want API-first control without vendor lock-in.

Customer support ticket confirmation emails

Why support teams skip Bigmailer for ticket workflows

A 3-person support team fielding Zendesk tickets wants instant confirmation emails when a customer submits a request. Bigmailer can technically fire these via transactional campaigns, but the MCP only exposes campaign creation—not real-time triggering or template management. You'd still need to wire up webhooks or cron jobs outside Switchy, which defeats the point of a shared workspace integration. If your support tool already has native email (Zendesk, Intercom, Front all do), Bigmailer adds complexity without solving the latency problem. The one edge case: if you're building a custom ticketing system from scratch and need a lightweight transactional layer, the API-key auth and brand isolation might justify the setup cost.

Invoice and receipt delivery for freelancers

When solo consultants use Bigmailer for billing emails

A freelance designer invoicing 8-12 clients per month needs reliable receipt delivery without paying for Mailchimp's audience tiers. Bigmailer's transactional campaigns handle this: create one campaign per client brand, trigger sends via the API when Stripe webhooks fire, and verify delivery without a separate email service login. The MCP's user-info tool confirms your account is live before you start scripting sends. The limit: if you're batching invoices or need PDF attachments managed in-thread, you'll hit Bigmailer's feature ceiling and want something like Postmark or SendGrid. This works if your billing is low-volume, your templates are static, and you value a single API key over enterprise dashboards.

Frequently asked

What does the Bigmailer MCP let me do in Switchy?

It lets your team create transactional email campaigns, list brands in your Bigmailer account, and pull user info to verify API access. You can automate campaign setup without logging into Bigmailer's dashboard. Useful if you're running drip sequences or triggered emails and want AI to handle the config work.

Do I need admin access to connect Bigmailer?

You need an API key from your Bigmailer account. Bigmailer doesn't publish granular permission levels in their docs, so assume the key inherits your account role. If you're not the account owner, confirm with whoever manages your Bigmailer subscription that your key can create campaigns and read brand data.

Can the MCP send individual emails or just create campaigns?

It creates transactional campaigns — the templates and triggers — but doesn't send individual emails on demand. If you need to fire off a one-off message, you'll still use Bigmailer's send API directly or trigger the campaign outside Switchy. Think of this MCP as campaign scaffolding, not a mail relay.

Why use this instead of Bigmailer's dashboard or API?

Use the dashboard if you're designing templates or doing bulk imports. Use this MCP when you want AI to spin up campaigns based on conversation context — like 'create a welcome series for Brand X' — without copy-pasting IDs or writing curl commands. It's faster for repetitive setup tasks.

Who on my team should connect the Bigmailer MCP?

Whoever owns your transactional email strategy and has API key access. Usually a growth lead or backend engineer. Don't share the connection with support reps unless they need to create campaigns; the API key has full account access and Switchy doesn't sandbox it further.

Data last verified 607 hours ago.Sources aggregated hourly to weekly. See docs/architecture/model-directory.md.