Sky Campaigns is an email marketing and subscription campaign manager built for WordPress. It helps site owners collect subscribers with customizable popup forms, organize subscribers by campaign, send newsletter broadcasts, and create simple autoresponder sequences without sending subscriber data to a third-party service.
The plugin adds a Campaigns menu to the WordPress admin area. From there you can create popup campaigns, review subscriber activity, export your list, configure autoresponder messages, write newsletter broadcasts, and update sender details for confirmation emails.
Sky Campaigns is designed for site owners who want a lightweight list-building tool inside WordPress. It uses WordPress database tables for campaign and subscriber records, WordPress cron for queued autoresponder processing, and WordPress mail functions for outgoing email.
Create and manage subscription campaigns from the WordPress dashboard. Each campaign can include:
Sky Campaigns includes six popup template styles:
Templates are rendered on the front end for active campaigns and use the campaign settings you define in the admin area. Front-end assets are loaded conditionally when active campaigns or embedded forms are present.
Choose when a popup campaign appears:
These trigger settings are stored per campaign, so different campaigns can use different display behavior.
The Subscribers screen lets you:
Subscribers are stored in your WordPress database using custom skyca_ tables.
Create automated follow-up emails for each campaign. Auto responders support:
When a new subscriber joins a campaign, active autoresponders for that campaign are queued for that subscriber.
The Newsletters screen lets you create broadcast emails for your subscribers. You can:
The Settings screen includes sender and confirmation email options:
Confirmation emails and newsletter content can use merge tags to personalize messages.
The following merge tags can be used in supported email subjects and bodies:
{{first_name}}{{last_name}}{{email}}{{blog_name}}{{blog_url}}{{date}}Use the shortcode below to embed an inline subscription form in posts, pages, widgets, or compatible builder content:
[skyca_form campaign_id="1"]
Replace 1 with the ID of the campaign you want the form to use. The shortcode renders the campaign’s subscription form when the campaign exists and is active.
Sky Campaigns stores subscriber data in your own WordPress database. Stored subscriber data can include email address, first name, last name, campaign ID, subscription status, subscription date, and unsubscribe date.
The plugin does not send subscriber records to an external email marketing platform by itself. Outgoing messages are sent through WordPress using the mail configuration available on your site. For reliable delivery, many sites use an SMTP or transactional email plugin alongside WordPress.
You are responsible for using the plugin in a way that complies with privacy laws and email marketing rules that apply to your site, audience, and location. Before collecting subscribers, review your privacy policy, consent language, unsubscribe process, and email sending practices.
Sky Campaigns uses the skyca_ prefix for plugin options, tables, AJAX actions, hooks, and public shortcode naming. The main public shortcode is skyca_form.