Manifest ack mailerlite

Here is an example of a manifest for MailerLite:

Manifest File:

{
  "manifestVersion": "1.0",
  "name": "MailerLite Manifest",
  "description": "This is a manifest file for MailerLite",
  "version": "1.0",
  "author": "Your Name",
  "email": "[email protected]",
  "website": "https://yourwebsite.com",
  "manifest": {
    "name": "MailerLite",
    "version": "1.0",
    "description": "MailerLite is an email marketing platform",
    "author": "Your Name",
    "email": "[email protected]",
    "website": "https://yourwebsite.com",
    "manifestFile": "manifest.json"
  },
  "acknowledgments": [
    {
      "type": "email",
      "email": "[email protected]"
    }
  ]
}

Explanation:

How to use the manifest file:

  1. Create a new file called manifest.json and add the above code to it.
  2. Replace the placeholders (Your Name, [email protected], https://yourwebsite.com) with your own information.
  3. Upload the manifest.json file to your MailerLite account.
  4. In your MailerLite account, go to the "Settings" tab and click on "Manifest" under the "Advanced" section.
  5. Select the manifest.json file you uploaded and click "Save".

The manifest file will be used to track the acknowledgments of the email recipients. When a recipient acknowledges the email, their email address will be added to the acknowledgments array in the manifest file.