Brella
Brella is an event networking and engagement platform for conferences, trade shows, livestreams, and hybrid events, best known for AI-powered attendee matchmaking and one-to-one meeting booking. Organizers manage events, attendees, speakers, sponsors, schedules, and networking through the Brella web and mobile apps. Brella exposes a documented public REST Integration API and outbound webhooks so organizers can read event data (events, attendees, speakers, sponsors, timeslots, invites) and sync it to registration, CRM, and analytics tools. API access is gated - an organization admin generates an API key from the Brella admin panel after the integration feature is enabled for the account.
APIs
Brella Events API
List the events belonging to a Brella organization, with mandatory pagination and optional ISO 8601 date-range filtering. Scoped under /organizations/{organizationId}/events.
Brella Attendees API
List attendees for a specific event, with mandatory pagination and optional created_from / created_to / updated_from / updated_to filters for incremental syncs to registration a...
Brella Speakers API
List the speakers configured for a specific event, scoped under /organizations/{organizationId}/events/{eventId}/speakers.
Brella Sponsors API
List sponsors and exhibitors for a specific event, scoped under /organizations/{organizationId}/events/{eventId}/sponsors.
Brella Schedule API
List all timeslots (both networking and content types) for a specific event - titles, subtitles, tracks, locations, tags, and formatted content - for embedding or syncing an eve...
Brella Invites API
List the invites issued for a specific event, scoped under /organizations/{organizationId}/events/{eventId}/invites.
Brella Webhooks
Outbound HTTP webhooks that notify a subscriber URL when invites, attendees, speakers, sponsors, ticket purchases, or ticket types are created, updated, or deleted. Server-to-en...