Contact Lists
Create and manage contact lists for public notices, stakeholder updates, and service communication.
A contact list is a named group of recipients you send broadcasts and bulk emails to. Each list is an independent audience within your institution workspace, holding its own contacts.
A contact stores an email address, an optional name, and an optional set of metadata (arbitrary key/value pairs). Metadata can be used as template variables when sending. See Sending to contact lists.
Create a list
- Go to Audiences in the sidebar.
- Click New audience.
- Enter a name for the list, for example "Public notices", "County suppliers", "Health facility contacts", or "Stakeholders". You can also add an optional description.
- Click Create audience.
Add contacts manually
- Open a list from the Audiences page.
- Click Add contact.
- Enter the contact's email address (required).
- Optionally add a name.
- Click Add contact to save.
The manual form captures only an email and an optional name. To attach metadata (custom fields), import a CSV instead.
Each email address can appear only once per list. Adding an address that already exists in the list is rejected as a duplicate.
View contacts
Open any list to see the contacts in it. Contacts are listed newest first and paginated.
Delete contacts and lists
- To remove a contact, open the list, find the contact, and click Remove. Confirm in the dialog.
- Deleting an entire list is available through the API (
DELETE /v1/contacts/{list_id}), which removes the list and all contacts in it. The dashboard does not yet expose a delete-list action.
Deleting a list is permanent and removes all contacts in that list. Export your contacts first if you need to keep a copy.