System pages are built-in landing pages in Spotler MailPro. For example, the subscribe or unsubscribe page for your newsletter. These pages are preconfigured but can be fully customized to match your branding. Each plugin, such as Subscribe or Unsubscribe, is always linked to a system page. You can adjust templates, visible database fields, redirect URLs, and more under System pages.
Our project manager Marlies shows step-by-step how to set up system pages:
In this article you will learn more about:
- Plugin - Subscribe
- Plugin - Edit_data
- Plugin - Last mailings
- Plugin - Mailing_archive
- Script system pages
- Using plugin links in emails
Plugin - Subscribe
Use the Subscribe plugin to display a subscription form on a system page. This form can be embedded in email communication or linked to from your website. All form submissions are captured in Spotler MailPro, including via double opt-in flows.
Double-click the plugin or select Edit to change its settings. Options include template and language selection, enabling reCAPTCHA, and enabling double opt-in. You can also define the redirect URLs after actions like sign-up or confirmation, limit repeated form submissions from the same IP address within 12 hours, and configure which database fields appear in the form.
Plugin - Edit_data
Use the Edit_data plugin to let contacts update their information. You can select landing page templates (default is unstyled), enable the Linkable option for email integration, and define which database fields are editable. Mandatory fields are always shown. You can configure automatic confirmation emails and assign a confirmation page. It is also possible to let contacts update their profile immediately after clicking a mailing link.
The available emails for confirmation can be found under Content > Confirm mails.
Plugin - Last mailings
The Last_mailing plugin displays the most recently sent mailing in a browser window. It only works when the Opt-in confirm option is enabled in the email.
After selecting a template and language, use the Linkable option to enable linking from emails.
Plugin - Mailing_archive
For an overview of all sent mailings, use the Mailing_archive plugin. This shows a browser-based archive of all definitively sent mailings. Most settings are standard, but you can enable Linkable and set a maximum number of mailings to display.
Script system pages
Script system pages act as webhooks that process data via a POST request to a specific URL. Clicking Help >> in the interface shows you the exact URL. These scripts require your website to fill the fields correctly so the data can be processed into Spotler MailPro.
IP whitelisting
IP whitelisting is required to use script system pages. If no IP has been whitelisted, the plugin appears with a red strikethrough. Click Edit and add your IP under IP number(s) allowed to call this plugin. This is the only area in Spotler MailPro where IP whitelisting is applied by default.
To test your script, paste the URL into a browser and enter the required variables directly.
Using plugin links in emails
You can include a plugin in your email using Twig code, for example:
{{link.plugin.plugin_naam}}