Skip to main content
There are four ways to add contacts to Brew. Use whichever fits your workflow. Open the Audience tab in the sidebar, then click Add contacts in the top right to choose a method.

CSV Upload

The fastest way to import a lot of contacts at once. Brew handles deduplication and partial updates automatically, and can validate every address as it’s imported if you opt in.
1

Prepare your CSV

Required column:
  • Email, the contact’s email address
Recommended:
  • First Name
  • Last Name
Optional:
  • Subscribed. true or false. Defaults to true if missing.
  • Any custom property you’ve created in Brew
Download our example CSV template to get the format right.
2

Open the import screen

Audience → Add contactsCSV Upload.
3

Upload your CSV

Drag and drop, or click to browse. Wait for it to process.
4

Map columns to Brew properties

For each CSV column, confirm the mapping is right. Unrecognized columns will be created as new custom properties.
5

Review and import

To deliverability-check every address as it’s ingested, tick the validation checkbox (2 credits per address). Then click Complete Import. Contacts process in the background. You can navigate away.

Updating Existing Contacts

CSV upload also updates contacts that already exist.
Brew matches on email address. If the email exists, the row updates the existing contact. If not, a new contact is created.
Empty cells don’t overwrite existing data. Only cells with values update the corresponding property.
  • If the Subscribed column is missing, new contacts are subscribed by default
  • To import unsubscribed contacts, include Subscribed with false
  • The importer never re-subscribes contacts who have previously unsubscribed

Common Issues

If your CSV has duplicate emails, Brew processes them in order, the last row wins. Deduplicate before uploading to avoid surprises.
Emails must be in a valid format (e.g. name@domain.com). Invalid emails are flagged at the review step and skipped.
Make sure your CSV is UTF-8 encoded. Garbled characters in the column-mapping screen mean the file isn’t UTF-8, re-export.
Very large CSVs can take several minutes. Split huge files into smaller batches if you want easier tracking.

Import History

Past imports appear below the upload area on the CSV Upload page, date, count, and any errors.

Add Manually

For a few contacts at a time. Audience → Add contactsAdd manually, then enter the email and optional properties. The form has the same validation checkbox as the CSV import; tick it and the address is checked as it’s saved.

Sync from Integrations

Connecting an event-source integration keeps contacts flowing into Brew automatically. Every webhook the provider sends does two things at once, fires every Published automation whose trigger matches the event, and upserts the contact into your audience with provider-namespaced custom fields you can use in filters and merge tags. Custom field definitions are auto-created on first write, so new fields show up filterable in the audience UI without any extra setup.

API

Programmatically create, update, or delete contacts from your backend. POST /v1/contacts and POST /v1/contacts/import-csv take an optional validate: true to check each address as it’s ingested.

View API documentation

Endpoints, authentication, and code examples

Need help?

Our team is ready to support you at every step of your journey with Brew. Choose the option that works best for you:

Search Documentation

Type in the “Ask any question” search bar at the top left to instantly find relevant documentation pages.

ChatGPT/Claude Integration

Click “Open in ChatGPT” at the top right of any page to analyze documentation with ChatGPT or Claude for deeper insights.