Constant Contact
Email marketing contacts, lists, campaign metadata, campaign stats, and test sends.
Tools
| Name | Description |
|---|---|
list_contactsList Constant Contact contacts with status, email, list, and cursor filters. | List Constant Contact contacts with status, email, list, and cursor filters. |
create_contactCreate a Constant Contact contact and optionally assign list memberships. | Create a Constant Contact contact and optionally assign list memberships. |
update_contactPatch an existing Constant Contact contact by contact ID. | Patch an existing Constant Contact contact by contact ID. |
delete_contactDelete a Constant Contact contact by precise contact ID. Requires explicit confirmation. | Delete a Constant Contact contact by precise contact ID. Requires explicit confirmation. |
list_contact_listsList Constant Contact contact lists. | List Constant Contact contact lists. |
list_email_campaignsList email campaigns associated with the Constant Contact account. | List email campaigns associated with the Constant Contact account. |
get_email_campaignGet one Constant Contact email campaign and its campaign activities. | Get one Constant Contact email campaign and its campaign activities. |
test_send_campaign_activitySend a Constant Contact campaign activity test email to up to five recipients. | Send a Constant Contact campaign activity test email to up to five recipients. |
get_email_campaign_statsGet campaign performance statistics for one or more Constant Contact email campaign IDs. | Get campaign performance statistics for one or more Constant Contact email campaign IDs. |
Triggers
| Name | Description |
|---|---|
new_or_updated_contactPolls Constant Contact contacts updated after the previous run. | Polls Constant Contact contacts updated after the previous run. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('constant-contact', 'list_contacts', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'constant-contact',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Constant Contact to my app?
Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Constant Contact support?
Constant Contact supports 9 tools including List Contacts, Create Contact, Update Contact, Delete Contact, List Contact Lists, and more.
Can I use Constant Contact with AI agents?
Yes. Add Constant Contact to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Constant Contact to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Constant Contact as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Constant Contact tools exposed by that workspace.
Does Constant Contact work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Constant Contact work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Constant Contact?
Constant Contact exposes 9 tools, including List Contacts, Create Contact, Update Contact, Delete Contact, List Contact Lists, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Constant Contact be used in stateful agent workflows?
Yes. Agents can combine Constant Contact tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Constant Contact use?
Constant Contact uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Constant Contact integration cost?
The Constant Contact integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Constant Contact support?
Constant Contact supports 1 triggers including New or Updated Contact.
Connect Constant Contact in minutes
Get 20,000 free action executions every month. No credit card required.