eavz
EmailOctopus

EmailOctopus

Email marketing platform for list management, campaign sending, tagging & unsubscribes. Automate contact management and campaign engagement tracking.

8 actions
5 triggers

Actions

Name
add_or_update_contact

Adds a new contact to a list or updates an existing contact if one exists.

unsubscribe_contact

Sets a contact's status to "Unsubscribed" in a specific list.

update_contact_email

Change the email address of a contact in a list.

add_tag_to_contact

Add one or more tags to a contact in a specified list.

remove_tag_from_contact

Remove one or more tags from a contact in a specified list.

create_list

Creates a new mailing list.

find_contact

Finds a contact by email address within a given list.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
email_bounced

Triggers when an email to a recipient bounces from a specific campaign.

email_opened

Triggers when a recipient opens an email from a specified campaign.

emailClicked

Triggers when a link inside a specific campaign email is clicked.

newContact

Triggers when a new contact is added to a particular list.

contactUnsubscribes

Triggers when a contact unsubscribes from a list.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'emailoctopus',
  actionName: 'add_or_update_contact',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect EmailOctopus to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does EmailOctopus support?

EmailOctopus supports 8 actions including Add / Update Contact, Unsubscribe Contact, Update Contact's Email Address, Add Tag to Contact, Remove Tag from Contact, and more.

Can I use EmailOctopus with AI agents?

Yes. Add EmailOctopus 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 EmailOctopus use?

EmailOctopus uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the EmailOctopus integration cost?

The EmailOctopus integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does EmailOctopus support?

EmailOctopus supports 5 triggers including Email Bounced, Email Opened, Email Clicked, New Contact, Contact Unsubscribes.

Connect EmailOctopus in 2 minutes

Get 1,000 free actions every month. No credit card required.