official / mailerlite:subscribe
Add a subscriber to MailerLite
To run this Prog command, type this

README for mailerlite:subscribe

Description

Using the MailerLite API, this Prog command adds a subscriber.

Requirements

  • MailerLite account and API key

Usage

proggy run official/mailerlite:subscribe

To save yourself from needing to repeat entering the API key on subsequent runs, you can use the --save-defaults flag when running this command:

proggy run official/mailerlite:subscribe --save-defaults

You can also run this without being prompted by entering all variables:

proggy run official/mailerlite:subscribe api_key=<your api key> email=<subscriber email>