Beehiiv
Actions
| Name | Description |
|---|---|
create_subscriptionCreates a new subscription. | Creates a new subscription. |
update_subscriptionUpdate an existing subscription. | Update an existing subscription. |
add_subscription_to_automationAdds an existing subscription to a specific automation flow. | Adds an existing subscription to a specific automation flow. |
list_automationsRetrieves a list of automations for a publication. | Retrieves a list of automations for a publication. |
list_postsRetrieves all posts belonging to a specific publication. | Retrieves all posts belonging to a specific publication. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
beehiiv_new_post_sentTriggers when a new post is sent. | Triggers when a new post is sent. |
beehiiv_user_unsubscribesTriggers when a user unsubscribes. | Triggers when a user unsubscribes. |
beehiiv_new_subscription_confirmedTriggers when a new subscriber confirms their subscription. | Triggers when a new subscriber confirms their subscription. |
Quick Start
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.