You are here

README.txt in Mailchimp 7.4

View Mailchimp campaign activity for any entity with a valid email address.
Activity keys off of an email address and is cached after the initial load.
If a list has webhooks enabled, than the cache is cleared when a new campaign
is sent.

## Installation

1. Enable the Mailchimp Activity module and the Entity Module
2. To use Mailchimp Activity module, you will need to install and enable the
   Entity API module [http://drupal.org/project/entity]([http://drupal.org/project/entity)

## Usage

1. Define which entity types you want to show campaign activity for at
/admin/config/services/mailchimp/activity.
  * Select a Drupal entity type.
  * Select a bundle.
  * Select the email entity property.
2. Configure permissions for viewing campaign activity.
3. Once setup, a new Mailchimp activity local task will appear for any
configured entity.

## Notes

1. The "Import mailchimp activity entity" button on the Activity admin tab will
throw a PHP error due to a bug in Entity API. You can prevent this error by
applying the patch in https://drupal.org/comment/8648215#comment-8648215 to
the entity module.

File

modules/mailchimp_activity/README.txt
View source
  1. View Mailchimp campaign activity for any entity with a valid email address.
  2. Activity keys off of an email address and is cached after the initial load.
  3. If a list has webhooks enabled, than the cache is cleared when a new campaign
  4. is sent.
  5. ## Installation
  6. 1. Enable the Mailchimp Activity module and the Entity Module
  7. 2. To use Mailchimp Activity module, you will need to install and enable the
  8. Entity API module [http://drupal.org/project/entity]([http://drupal.org/project/entity)
  9. ## Usage
  10. 1. Define which entity types you want to show campaign activity for at
  11. /admin/config/services/mailchimp/activity.
  12. * Select a Drupal entity type.
  13. * Select a bundle.
  14. * Select the email entity property.
  15. 2. Configure permissions for viewing campaign activity.
  16. 3. Once setup, a new Mailchimp activity local task will appear for any
  17. configured entity.
  18. ## Notes
  19. 1. The "Import mailchimp activity entity" button on the Activity admin tab will
  20. throw a PHP error due to a bug in Entity API. You can prevent this error by
  21. applying the patch in https://drupal.org/comment/8648215#comment-8648215 to
  22. the entity module.