Zoho Campaigns
Zoho Campaigns is an email marketing platform for managing mailing lists, sending campaigns, tracking engagement, and automating subscriber workflows.
Tools
| Name | Description |
|---|---|
createCampaignCreate a new campaign with campaign name, subject, topic, sender name/address, and mailing list. | Create a new campaign with campaign name, subject, topic, sender name/address, and mailing list. |
cloneCampaignClone an existing campaign, optionally renaming. | Clone an existing campaign, optionally renaming. |
sendCampaignSend a campaign that has been created or cloned. | Send a campaign that has been created or cloned. |
addUpdateContactAdd a new contact or update an existing one. Confirmation email sent based on mailing list settings. | Add a new contact or update an existing one. Confirmation email sent based on mailing list settings. |
addTagToContactApply a tag to a contact by email. Creates the tag if it doesn't exist. | Apply a tag to a contact by email. Creates the tag if it doesn't exist. |
removeTagRemove a tag from a contact. | Remove a tag from a contact. |
unsubscribeContactRemove a contact from a mailing list. | Remove a contact from a mailing list. |
addContactToMailingListAdd contacts to your mailing lists. | Add contacts to your mailing lists. |
findContactLook up an existing contact by email address. | Look up an existing contact by email address. |
findCampaignLocate an existing campaign by campaign name. | Locate an existing campaign by campaign name. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
newContactFires when a new contact is added to a selected mailing list. | Fires when a new contact is added to a selected mailing list. |
unsubscribeFires when a contact is removed from a mailing list or unsubscribed. | Fires when a contact is removed from a mailing list or unsubscribed. |
newCampaignFires when a new campaign is created. | Fires when a new campaign is created. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('zoho-campaigns', 'createCampaign', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'zoho-campaigns',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Zoho Campaigns 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 Zoho Campaigns support?
Zoho Campaigns supports 11 tools including Create Campaign, Clone Campaign, Send Campaign, Add/Update Contact, Add Tag to Contact, and more.
Can I use Zoho Campaigns with AI agents?
Yes. Add Zoho Campaigns 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 Zoho Campaigns to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Zoho Campaigns as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Zoho Campaigns tools exposed by that workspace.
Does Zoho Campaigns 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 Zoho Campaigns work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Zoho Campaigns?
Zoho Campaigns exposes 11 tools, including Create Campaign, Clone Campaign, Send Campaign, Add/Update Contact, Add Tag to Contact, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Zoho Campaigns be used in stateful agent workflows?
Yes. Agents can combine Zoho Campaigns 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 Zoho Campaigns use?
Zoho Campaigns uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.
How much does the Zoho Campaigns integration cost?
The Zoho Campaigns integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Zoho Campaigns support?
Zoho Campaigns supports 3 triggers including New Contact, Unsubscribe, New Campaign.
Connect Zoho Campaigns in minutes
Get 20,000 free action executions every month. No credit card required.