Skip to main content
ECM

Email Campaigns

Content & Email · Intermediate · Updated March 2026

List and retrieve email marketing campaign configurations. View campaign status, delivery metrics, and template associations for marketing automation.

Email campaigns are the bulk-send engine in GHL — newsletters, promotional blasts, drip sequences delivered to lists and segments. Through MCP, you can retrieve campaign configurations and status information, giving you programmatic visibility into what’s been sent, what’s scheduled, and how campaigns are performing.

What This MCP Tool Does

List and retrieve email campaign records. View campaign names, statuses, configuration details, and template associations. This is primarily a read-only tool for campaign monitoring and integration mapping.

Endpoint Reference

List campaigns: GET /marketing/campaigns

Authentication

Requires a Private Integration Token (PIT) with the marketing scope enabled.

Important Notes

Campaign creation and management is primarily handled through the GHL UI and workflow builder. The MCP endpoint provides read access for monitoring and integration purposes.

For sending individual emails to specific contacts, use Email Send. For building email templates that campaigns use, see Email Template CRUD.

Campaign data can feed external reporting dashboards. Pull campaign lists via MCP, combine with contact and pipeline data, and build custom marketing analytics outside of GHL’s built-in reporting.

Common Questions

Can I create or launch campaigns through MCP? Campaign creation is UI-based. MCP provides read access to campaign configurations and status.

Can I add contacts to campaigns via MCP? Yes, through the Campaign & Workflow tool, not through this endpoint. This tool reads campaign metadata; the Campaign & Workflow tool enrolls contacts.

How do I track campaign performance? Campaign status and metrics are included in the response. For detailed email analytics (open rates, click rates), check the campaign data returned or use attribution reporting.