Loading...
Loading...
Create, manage, and grow newsletters with Beehiiv's modern newsletter platform.
npx skill4agent add andrejones92/canifi-life-os beehiivcurl -sSL https://canifi.com/skills/beehiiv/install.sh | bashcp -r skills/beehiiv ~/.canifi/skills/# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set BEEHIIV_API_KEY "your_api_key"
canifi-env set BEEHIIV_PUBLICATION_ID "your_publication_id"canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"User: "Create a new Beehiiv post titled 'Weekly AI Digest'"
Assistant: Creates draft post with title and opens editor for contentUser: "How many active subscribers do I have on Beehiiv?"
Assistant: Returns total subscribers, growth rate, and engagement metricsUser: "Publish my draft newsletter to all subscribers"
Assistant: Publishes the draft and sends to subscriber listUser: "Add john@example.com to my Beehiiv newsletter"
Assistant: Adds subscriber with optional tags and segments| Error | Cause | Solution |
|---|---|---|
| 401 Unauthorized | Invalid API key | Verify API key in settings |
| 403 Forbidden | Insufficient permissions | Check API key permissions |
| 404 Not Found | Publication or post not found | Verify publication ID |
| 422 Validation Error | Invalid data format | Check request payload |