Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.
/ mail-proxy Public archive

Mail proxy for Mailchimp.

Notifications You must be signed in to change notification settings

hackundsoehne/mail-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail Proxy for Hack & Söhne

Takes a POST request and sends another POST on to the Mailchimp API to subscribe them to a mailing list

Environment Variables

  • MAILCHIMP_INSTANCE - The API instance assigned to your account e.g. "us17"
  • LIST_UNIQUE_ID - The ID of your mailing list
  • MAILCHIMP_API_KEY - The API of your Mailchimp account

Expected API call

{"EMAIL": "email@mydomain.com", "FNAME": "First Name", "LNAME": "Last Name", "INTERESTS": {"hash1": true, "hash2": false}}

Running the app

Run npm install and npm start.

About

Mail proxy for Mailchimp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published