email-marketing
Installation
SKILL.md
Email — Marketing
Overview
This skill adds direct marketing email support with subscriber management, topic-based subscriptions, and automatic unsubscribe links. Requires email verification before users can receive marketing emails.
Backend
This component is for sending direct marketing emails and managing subscribers to marketing topics.
- Users MUST have verified their email address AND MUST be subscribed to a marketing topic before they can receive marketing emails on that topic
- Marketing emails MUST contain an unsubscribe link which will unsubscribe the user from the given topic
- This component depends on the extension-email-verification for verifying email addresses, be sure to check that too.
To subscribe users to marketing topics and manage lists of subscribers
- Use the prefabricated module
mo:caffeineai-email-marketing/subscribers.mowhich cannot be modified. - Marketing email subscribers MUST be handled solely through this subscribers module
- Do NOT also store a subscribed status against user profiles
Related skills
More from caffeinelabs/skills
extension-email-calendar-events
Support for organising events/meetings and sending invitations by email.
36extension-qr-code
QR code scanner using the camera.
25extension-camera
Web-camera support.
25extension-core-infrastructure
Core infrastructure providing backend connection configuration, storage client, and React app entry point.
23extension-email-marketing
Send personalised marketing emails to subscribers with an unsubscribe link.
23extension-email-verification
Support for sending an email with a link the recipient can click to prove they own the email address.
23