Skip to content

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

License

Notifications You must be signed in to change notification settings

simplesolution/SimpleSolution.MailerLiteFinisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages