{% extends "base.html" %} {% block title %}Mailchimp — {{ club.name }}{% endblock %} {% block content %} {% include "club_ribbon.html" %} {% if not mailchimp_configured %}
Connect your club's Mailchimp account to automatically keep an audience in sync with your members. Member details, renewal links, barcodes, and lifecycle tags are pushed one way (this site → Mailchimp) so you can build automations and targeted campaigns.
Connect MailchimpPick the Mailchimp audience your {{ in_scope_count }} member(s) should sync into, or create a new one named “{{ club.name }} Members”.
Members are synced automatically whenever their record is saved, and again each night.
{% if club.mailchimp_last_error %}Each member is tagged automatically based on their membership status, activity, and location.
| expiring-soon | Membership expires within 30 days |
| expired | Membership has expired |
| new-member | Joined within the last 6 months |
| long-term-member | Member for 5 or more years |
| admin | Has club admin access |
| nearby | Within 10 miles of the club |
| medium-distance | 10–30 miles from the club |
| long-distance | More than 30 miles away |
| power-seller | Sold over $1,000 in lots |
| power-buyer | Bought over $1,000 in lots |
| auction-checkin | Has checked in to at least one auction |
| discord-connected | Discord account linked |
| probably-inactive | No club activity in the last 6 months |
| + category tags | Up to 5 categories that the member is most interested in, based on their buying and selling history |
Merge fields available in campaigns:
| *|FNAME|* | First name |
| *|LNAME|* | Last name |
| *|MEMBERNO|* | Membership number |
| *|EXPIRES|* | Membership expiration date |
| *|RENEW|* | Link to renew or manage membership |
| *|BARCODE|* | Membership barcode image |
| *|PHONE|* | Phone number |
| *|ADDRESS|* | Mailing address |
| *|CLUBUNSUB|* | Link to unsubscribe from club emails |
| *|RESUB|* | Link to resubscribe |
| *|NOCOMM|* | Link to stop all contact |