Zoho Campaigns
Zoho Campaigns is an email marketing platform for managing mailing lists, sending campaigns, tracking engagement, and automating subscriber workflows.
Actions
| 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/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'zoho-campaigns',
actionName: 'createCampaign',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})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 actions programmatically.
What actions does Zoho Campaigns support?
Zoho Campaigns supports 11 actions 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 TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Zoho Campaigns use?
Zoho Campaigns uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Zoho Campaigns integration cost?
The Zoho Campaigns integration is included on all Weavz plans including the free tier with 1,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 2 minutes
Get 1,000 free actions every month. No credit card required.