simplesolution/mailerlitefinisher

Letzte Aktivität 26 Dec 2019 7
composer require simplesolution/mailerlitefinisher

A neos plugin that provides a form finisher to add a subscriber to the MailerLite newsletter software

1.0.0

Version
1.0.0
Type
neos-plugin
Release Date
Dec 26, 2019 22:40
Source
git
Distribution
zip
MIT
  • #neos
  • #mailerlite
  • #neos-plugin
  • #mailer lite
  • #mailer lite api
  • #neos mailerlite
  • #neos mailer lite
ee4f036927093e5d83c38967677e65ebb515eac7

SimpleSolution.MailerLiteFinisher

This is a Neos plugin which provides a form finisher to add a subscriber to the MailerLite) newsletter software.

Requirements

  • php >= 7

How to Use

Just use the form finisher the same as the Neos form finishers:

finishers:
 -
   identifier: 'SimpleSolution.MailerLiteFinisher:MailerLiteFinisher'
   options:
     APIKey: 'YOUR API KEY'
     groupID: 'YOUR GROUP ID'
     variables.email: '{email}'
     variables.firstname: '{firstname}'
     variables.lastname: '{lastname}'

Variables

You can send all variables, which have a field in MailerLite, to the API:

  • variables.email (required)
  • variables.firstname
  • variables.lastname
  • variables.company
  • variables.country
  • variables.city
  • variables.phone
  • variables.state
  • variables.zip
The content of the readme is provided by Github
The same vendor provides 2 package(s).