Charitable Documentation

Learn how to make the most of Charitable with clear, step-by-step instructions.

Newsletter Connect: Brevo

Connect Charitable to Brevo (formerly Sendinblue) so donors who opt in on your donation forms are added to your Brevo contact list automatically, with their details mapped to Brevo contact attributes. Available in the Charitable Newsletter Connect extension, version 2.4.0 and later.

Beta: Brevo support is currently in Beta. It is safe to use in production, and we are actively gathering feedback. If something does not behave as expected, your Charitable activity log (see Monitoring below) captures the details.

Key Features

  • Add donors to a chosen Brevo list automatically when they opt in on a donation form.
  • Map Charitable donor fields to Brevo contact attributes (first name, last name, and your own custom attributes).
  • Optional double opt-in, so a donor confirms by email before being subscribed.
  • Set a default list for all campaigns, or choose a different list per campaign.
  • Full GDPR support: donor data export and permanent erasure through the WordPress privacy tools.
  • Every subscribe attempt and error is written to the Charitable activity log for easy troubleshooting.

Why Use Brevo?

Every donation is a chance to build a lasting relationship, but that only happens if you can keep in touch. Brevo is one of the most popular email marketing and CRM platforms, especially for nonprofits in Europe. With this integration, donors who opt in flow straight into your Brevo audience the moment they give, so you can send thank-you sequences, campaign updates, and appeals without exporting or importing a single CSV.

See It In Action

Charitable Marketing Settings page showing Brevo API key and subscriber field mappings in a WordPress dashboard
Donation form with postcode, US country, phone field, two checked consent boxes, total .50, Offline Donation selected.

Requirements

  • Charitable Pro with the Newsletter Connect extension, version 2.4.0 or later
  • A Brevo account
  • A Brevo API v3 key (not the SMTP key)

Getting Started

Find your Brevo API key

  1. Log in to your Brevo account.
  2. Go to SMTP & API, then open the API Keys tab.
  3. Copy your API v3 key. This is the key that starts with xkeysib-. Do not use the SMTP key.

If your Brevo account has the Authorized IP addresses security feature enabled, add your website’s server IP to the allowlist in Brevo under Security > Authorized IPs. Otherwise Brevo will reject API calls from your site with a 401 error.

Connect Brevo in Charitable

  1. In your WordPress admin, go to Charitable > Settings > Marketing > Newsletters.
  2. Find Brevo in the list of providers and click Configure.
  3. Paste your API v3 key into the API key field and click Save Changes.
  4. When the key is accepted, your Brevo contact attributes appear in the Subscriber Fields table.

Usage

Map your subscriber fields

The Subscriber Fields table lists the attributes available in your Brevo account. For each one, choose the Charitable donation field that should populate it. By default, Charitable maps:

  • Email to the donor’s email address
  • FIRSTNAME to the donor’s first name
  • LASTNAME to the donor’s last name

Leave any attribute set to the dash ( – ) if you do not want to send a value for it.

Phone number attributes: Brevo requires SMS, WhatsApp, and landline attributes to be in international phone format, for example +14155550123. Brevo rejects the entire contact if a phone number is not valid, so leave these unmapped unless your donation form collects phone numbers in that format.

Choose a list

On the main Newsletters settings screen, use Default List to pick the Brevo list that donors join by default. You can override this on a per-campaign basis in the campaign’s newsletter settings.

Choose how donors opt in

Use Default Opt-in Mode to control the newsletter opt-in on your donation forms:

  • Opt-in checkbox, not checked by default: the donor must tick the box to join.
  • Opt-in checkbox, checked by default: the box is pre-checked; the donor can uncheck it.
  • Automatic opt-in: every donor is subscribed, with no checkbox shown.

You can also customize the checkbox label with Default Opt-in Label.

Enable double opt-in (optional)

Turn on Double opt-in to have Brevo send a confirmation email before a donor is added to your list. The donor is only subscribed after they click the confirmation link. When double opt-in is on, choose the Brevo double opt-in template and enter a confirmation redirect URL (where the donor lands after confirming).

To use this, first create a double opt-in template inside Brevo. If Charitable cannot find any templates in your account, the template field becomes a text box where you can enter the numeric template ID.

Configuration Options

Connection

SettingTypeDefaultDescription
API keytextemptyYour Brevo API v3 key, from Brevo > SMTP & API > API Keys.

Subscriber Fields

SettingTypeDefaultDescription
Field mappingselect (per attribute)Email, FIRSTNAME, LASTNAME pre-mappedMaps each Brevo contact attribute to a Charitable donation field.

Double Opt-in

SettingTypeDefaultDescription
Double opt-incheckboxoffSends a Brevo confirmation email before subscribing the donor.
Double opt-in templateselect or textemptyThe Brevo template used for the confirmation email. Falls back to a numeric template ID field if no templates are found.
Confirmation redirect URLtextemptyWhere the donor is sent after confirming their subscription.

Newsletter Behavior (Newsletters screen)

SettingTypeDefaultDescription
Default ListselectChoose a listThe Brevo list donors join by default across all campaigns.
Default Opt-in ModeselectOpt-in checkbox, not checkedHow the opt-in appears on donation forms.
Default Opt-in LabeltextSubscribe to our newsletterThe label shown next to the opt-in checkbox.

GDPR and Privacy

Brevo support integrates with the WordPress personal data tools under Tools > Export Personal Data and Tools > Erase Personal Data:

  • Export returns the donor’s Brevo contact attributes.
  • Erase permanently deletes the donor’s contact from Brevo (a hard delete, not just an unsubscribe).

Monitoring and Troubleshooting

Every subscribe attempt is recorded in the Charitable activity log at Charitable > Tools > Logs. Filter by the Brevo source to see successes and errors, including the exact message Brevo returned.

The API key is not accepted (401 error)

Confirm you used the API v3 key (starts with xkeysib-), not the SMTP key. If your Brevo account restricts API access by IP, add your site’s server IP to the Authorized IPs allowlist in Brevo. The log entry will show Brevo’s exact message, including an “unrecognised IP address” note when the IP is the cause.

A donor was not subscribed

Check Charitable > Tools > Logs filtered by Brevo. A common cause is a phone number that is not in international format being sent to the SMS, WhatsApp, or landline attribute, which makes Brevo reject the whole contact. Unmap those attributes, or ensure your form collects phone numbers in +country format.

Double opt-in emails are not arriving

Confirm that double opt-in is enabled, that a valid Brevo template and confirmation redirect URL are set, and that the template exists and is active in your Brevo account. Remember that a donor who never clicks the confirmation link is never added to the list, which is the intended behavior.

Lists are out of date

Charitable caches your Brevo lists. Use the Sync Lists button next to Brevo on the Newsletters screen to refresh them.

Developer Resources

Filters

  • charitable_newsletter_connect_brevo_subscriber_data — Filter the data sent to Brevo when subscribing a donor. Receives the payload array, the user data, and the list ID.
  • charitable_newsletter_connect_brevo_export_custom_field — Filter whether a given Brevo attribute is included in a GDPR personal data export.
  • charitable_settings_fields_providers_provider_brevo — Filter the Brevo settings fields.
  • charitable_newsletter_connect_providers — Register or modify the available newsletter providers.
  • charitable_newsletter_connect_log_success — Return false to suppress the per-donation success log entries while still logging errors.

Constants

  • CHARITABLE_DEBUG_NEWSLETTER — Define as true to write verbose request and response detail to the Charitable log. The API key is never logged. Use this only for controlled debugging, since debug entries can include Brevo response data.

Additional Resources

Still have questions? We’re here to help!

Last Modified:

What's New In Charitable

View The Latest Updates
🔔 Subscribe to get our latest updates
📧 Subscribe to Emails

Email Subscription

Join our Newsletter

We won’t spam you. We only send an email when we think it will genuinely help you. Unsubscribe at any time!

Integration page builder

Divi Fans Rejoice! Native Divi 5 Campaign Progress Bar Module!

With our new native Divi 5 module, you can anchor your microsites with real-time fundraising stats directly on the visual canvas. Here’s how it works, and why it’s worth turning on today.

Create campaign updates that are VISUAL AND LIVE. You can also:

📊 Campaign Progress Bar: Drop a live progress bar into any Divi 5 layout and show goal progress in real time.

🎨 Deep styling controls: Easily customize the bar and track color, height, and radius to match your brand perfectly.

👁️ Visual Builder ready: Configure and preview everything directly on the Divi canvas as a first-class module.

🔁 Identical rendering: The same exact engine powers this module, meaning consistent design without legacy shims.

✅ Faster launches: Never leave the Divi 5 interface to configure shortcodes or guess how your goal labels will look.

Learn more here.

Integration page builder

👉🏻 New in Charitable: Native Elementor Widgets for Seamless Campaign Building

With native Elementor widgets, you design donation campaigns right alongside the rest of your page without touching code. Here’s how it works, and why it’s worth turning on today.

Create fundraising pages that are VISUAL, NATIVE, AND SHORTCODE-FREE. You can also:

⚡ Mini Donation: Add a compact, high-converting donation widget with preset amounts and full color control.

⏳ Campaign Countdown: Build urgency for a deadline-driven appeal, complete with optional confetti when the goal is hit.

📣 Donation Feed: Prove momentum by showing visitors the social proof of real people giving right now.

🏆 Donor Leaderboard: Celebrate top supporters with gold, silver, and bronze styling to spark friendly giving.

🖼️ Campaign Showcase: Feature multiple campaigns in a landing page grid or carousel, with search, filters, and badges.

Learn more here.

Addon New

🗒️ Custom Receipts… New Addon!

With Custom Receipts, you decide which page your donors see, on every campaign. Here’s how it works, and why it’s worth turning on today.

Left side shows a donation receipt with donation number, date, total, and payment method for a  gift to Anywhere, titled 'One Family Gets Clean Water For A Week.'

Create receipts that are CUSTOM TO THE DONOR OR CAMPAIGN. You can also:

📅 Year-end appeal: Reinforce the goal and invite donors to share while momentum is high.

🎗️ Memorial or tribute campaign: Give a gentle, respectful thank-you that fits the moment.

💎 Major gifts: Show a special message only to donors who give above a threshold.

🔁 Recurring growth: Invite one-time donors to become monthly supporters right on the receipt.

🌍 Global campaigns: Surface a country-specific note, like a Gift Aid reminder, only where it applies.

Learn more here.

New templates

🤩 New Beacon Campaign Templates w/ “Hero” Block!

With the new Beacon Campaign Templates for Charitable Pro, you can launch a stunning, full-width fundraising page that instantly captures visitor attention above the fold.

Fundraising page header for Save Maple Grove Park with a donation widget and a small square photo of a sunlit tree thumbnail on the left.

🔦 Above-the-Fold Impact: Lead with a full-width hero image, your logo, and your goal with a donation widget locked right on top of the banner so your ask and momentum register instantly without scrolling.

📐 Two Flexible Layouts: Choose between a structured two-column layout for side-by-side storytelling and supporting details, or a clean one-column view designed for uninterrupted long-form narratives.

⚡ All-in-One Hero Field: Powered by the new Campaign Hero field, bringing background media, live progress bars, custom donation amounts, and recurring giving tabs together into a single cohesive block that can be dropped into any layout.

🎨 Automatic Theme Matching: The hero banner and donation widget automatically inherit your campaign theme’s button and accent colors, ensuring your entire presentation stays beautifully on-brand without touching a line of CSS.

Learn more here.

donation form Feature New

📝 Donation Form Block: Embed a Working Donation Form Anywhere

With the new Donation Form Block for Charitable Pro, you can drop a fully working donation form directly onto any page or post in the WordPress block editor. No redirects, no page reloads, and zero friction between reading your story and making a contribution.

📝 Drop Forms Anywhere: Place a working form directly onto your homepage, inside a story-driven blog post, on a dedicated landing page, or within a campaign announcement.

🎯 Dynamic Campaign Binding: Easily choose a specific campaign from the block sidebar or set it to automatically bind to whichever campaign is currently being viewed.

📐 Full vs. Minimal Form Views: Switch between a full layout or a compact minimal view to perfectly fit sidebars, narrow columns, or wide landing pages.

🎨 Scoped No-Code Styling: Customize typography, container spacing, border radius, amount buttons, and accent colors independently for every form instance without touching a line of CSS.

Learn more here.