{% extends "base.html" %} {% block title %}Brevo — {{ club.name }}{% endblock %} {% block content %} {% include "club_ribbon.html" %} {% if not club.brevo_api_key %} {# Not connected yet — paste an API key #}
Connect your club's Brevo account to automatically keep a contact list in sync with your members. Member details, renewal links, barcodes, and lifecycle tags are pushed one way (this site → Brevo) so you can build automations and segmented campaigns.
Pick the Brevo list 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.brevo_last_error %}Each member is tagged automatically based on their membership status, activity, and location. Because Brevo has no native tags, the active tags are written to the MEMBER_TAGS attribute — build a segment with “MEMBER_TAGS contains tag” to target each group.
| 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 |
| CATEGORIES | Up to 5 categories the member is most interested in, based on their buying and selling history |
Attributes available for personalization in campaigns (e.g. {% templatetag openvariable %} contact.FIRSTNAME {% templatetag closevariable %}):
| FIRSTNAME | First name |
| LASTNAME | 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 |
| MEMBER_TAGS | Pipe-separated lifecycle tags (for segmenting) |
| CATEGORIES | Pipe-separated top categories of interest |
| CLUBUNSUB | Link to unsubscribe from club emails |
| RESUB | Link to resubscribe |
| NOCOMM | Link to stop all contact |