eavz
6 actions
3 triggers

Actions

Name
create_subscription

Creates a new subscription.

update_subscription

Update an existing subscription.

add_subscription_to_automation

Adds an existing subscription to a specific automation flow.

list_automations

Retrieves a list of automations for a publication.

list_posts

Retrieves all posts belonging to a specific publication.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
beehiiv_new_post_sent

Triggers when a new post is sent.

beehiiv_user_unsubscribes

Triggers when a user unsubscribes.

beehiiv_new_subscription_confirmed

Triggers when a new subscriber confirms their subscription.

Quick Start

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

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

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

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Beehiiv 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 Beehiiv support?

Beehiiv supports 6 actions including Create Subscription, Update Subscription, Add Subscription to Automation, List Automations, List Posts, and more.

Can I use Beehiiv with AI agents?

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

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

How much does the Beehiiv integration cost?

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

What triggers does Beehiiv support?

Beehiiv supports 3 triggers including New Post Sent, User Unsubscribes, New Subscription Confirmation.

Connect Beehiiv in 2 minutes

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