eavz
Zoho Campaigns

Zoho Campaigns

Zoho Campaigns is an email marketing platform for managing mailing lists, sending campaigns, tracking engagement, and automating subscriber workflows.

OAuth2Marketing
11 actions
3 triggers

Actions

Name
createCampaign

Create a new campaign with campaign name, subject, topic, sender name/address, and mailing list.

cloneCampaign

Clone an existing campaign, optionally renaming.

sendCampaign

Send a campaign that has been created or cloned.

addUpdateContact

Add a new contact or update an existing one. Confirmation email sent based on mailing list settings.

addTagToContact

Apply a tag to a contact by email. Creates the tag if it doesn't exist.

removeTag

Remove a tag from a contact.

unsubscribeContact

Remove a contact from a mailing list.

addContactToMailingList

Add contacts to your mailing lists.

findContact

Look up an existing contact by email address.

findCampaign

Locate an existing campaign by campaign name.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
newContact

Fires when a new contact is added to a selected mailing list.

unsubscribe

Fires when a contact is removed from a mailing list or unsubscribed.

newCampaign

Fires when a new campaign is created.

Quick Start

TypeScript
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.