Skip to content

MailChimp Integration with PHP using Curl request. Tag creation, updates, etc. User "subscribed/unsubscribed/cleaned/pending" based on your requirement.

Notifications You must be signed in to change notification settings

upeshv/Mailchimp-API-Integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

MailChimp Integration with PHP using Curl request.

This will help you to integrate MailChoimp API 3.0 using CURL command. Not only this you also have the tag updated, created based on your requriement.

Tag Creation will help you to bifrucate the mulitple forms data inside one Audience.

Here you can also modify user "subscribed" or "unsubscribed" or "cleaned" or "pending" based on your requirement.

On additon to this have also added Vanilla JS form validation for basic fields.

Note:

Do not forget to change your API key and Audience ID. Currently have added dummy text.

Mailchimp API Key

  $api_key = 'XXXXXXXXXX';

Mailchimp Audience ID.

  $list_id = 'XXXXXXXXXX';

About

MailChimp Integration with PHP using Curl request. Tag creation, updates, etc. User "subscribed/unsubscribed/cleaned/pending" based on your requirement.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages