Skip to main content

Newsletter Plugin

The JUMP Newsletter Plugin supports the following providers, Campaign Monitor, HubSpot, Klaviyo, Mailchimp and Zoho.

Installation

The plugin is not included within the base repo, so if required it will need to be installed manually.

composer require jump/oc-newsletter-plugin

Configuration

Setup

Example of how to set different driver types for the supported providers.

Campaign Monitor
.env
JUMP_NEWSLETTER_DRIVER=campaign_monitor
HubSpot
.env
JUMP_NEWSLETTER_DRIVER=hubspot
Klaviyo
.env
JUMP_NEWSLETTER_DRIVER=klaviyo
Mailchimp
.env
JUMP_NEWSLETTER_DRIVER=mailchimp
Zoho
.env
JUMP_NEWSLETTER_DRIVER=zoho

Repository

Github