EmailOctopus
Email marketing platform for list management, campaign sending, tagging & unsubscribes. Automate contact management and campaign engagement tracking.
Actions
| Name | Description |
|---|---|
add_or_update_contactAdds a new contact to a list or updates an existing contact if one exists. | Adds a new contact to a list or updates an existing contact if one exists. |
unsubscribe_contactSets a contact's status to "Unsubscribed" in a specific list. | Sets a contact's status to "Unsubscribed" in a specific list. |
update_contact_emailChange the email address of a contact in a list. | Change the email address of a contact in a list. |
add_tag_to_contactAdd one or more tags to a contact in a specified list. | Add one or more tags to a contact in a specified list. |
remove_tag_from_contactRemove one or more tags from a contact in a specified list. | Remove one or more tags from a contact in a specified list. |
create_listCreates a new mailing list. | Creates a new mailing list. |
find_contactFinds a contact by email address within a given list. | Finds a contact by email address within a given list. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
email_bouncedTriggers when an email to a recipient bounces from a specific campaign. | Triggers when an email to a recipient bounces from a specific campaign. |
email_openedTriggers when a recipient opens an email from a specified campaign. | Triggers when a recipient opens an email from a specified campaign. |
emailClickedTriggers when a link inside a specific campaign email is clicked. | Triggers when a link inside a specific campaign email is clicked. |
newContactTriggers when a new contact is added to a particular list. | Triggers when a new contact is added to a particular list. |
contactUnsubscribesTriggers when a contact unsubscribes from a list. | Triggers when a contact unsubscribes from a list. |
Quick Start
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.