jinjie / silverstripe-mailchimp
Silvestripe Mailchimp Sync
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- mailchimp/marketing: ^3.0
- silverstripe/cms: ^4
This package is auto-updated.
Last update: 2024-10-29 06:19:15 UTC
README
Sync Silverstripe Member to Mailchimp
Install
composer require jinjie/silverstripe-mailchimp
How to use
- Setup Mailchimp API by including variables to .env
- MAILCHIMP_API_KEY (API KEY)
- MAILCHIMP_SERVER (Server prefix. Eg, us20)
- Run
{BaseHref}/dev/build
- Go to
Settings > Mailchimp
and select the list to be synced. If the there are no lists in the dropdown, very likely the API is not set up properly. - Run "Sync Mailchimp" task from
{BaseHref}/dev/tasks
and check result- Setup cron to run
dev/tasks/SwiftDevLabs-SSMailchimp-Dev-MailchimpSyncTask
periodically
- Setup cron to run
Author
👤 Kong Jin Jie
- Github: @jinjie
- Website: Swift DevLabs
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator