Speakers

Create speaker

2min
Create a new sponsor in an event
POST
Request
Path Params
{organizationId}
required
Number
The id of the Brella organization you are trying to retrieve data from
{eventId}
required
Number
The id of the Brella event you are trying to retrieve data from
Header Parameters
Brella-API-Access-Token
required
String
Your unique Brella API key
Accept
required
String
application/vnd.brella.v4+json
Content-Type
required
String
application/json
Curl
Responses
200


REQUEST BODY

{ "speaker": { "first_name": "{{speaker_first_name}}", "last_name": "{{speaker_last_name}}", "middle_name": "{{speaker_middle_name}}", "job_title": "{{job_title}}", "honorific": "{{honorific}}", "company_name": "{{company_name}}", "photo": "{{speaker_photo_url}}", "highlight_position": {{speaker_highlight_position}}, "bio": "{{bio_rich_text_supported}}", "position":{{number}} } }

Required attributes:

  • first_name String / typically the speaker's first name
  • last_name String / typically the speaker's last name

Notes:

01: This endpoint creates speaker profiles. Speaker profiles can only be edited via the Admin Panel or API, and are only used in the schedule, speakers tab and speaker widget. If you want your speakers to join the event and network with other attendees or have access to Brella features, please add them as "invites" using the /invites endpoint. If you wish to give them special privileges, you can create a special "speakers" user group in the Admin Panel, and assign all invites created for speakers there.

02: The photo attribute allows for automatic uploading sponsor head-shot / profile picture from web-based sources. To use this, pass a URL leading to a valid image resource (JPG / JPEG / PNG etc.) as a string.

03: position attribute determines the order in which your speakers are displayed in Brella's speaker page (on the web app, iOS / Android natives and speaker widget). The position attribute is optional, and does not need to have a unique number. If left empty (or if multiple speakers have the same position), Brella will display those speakers by alphabetical first name (and if the first name is the same for multiple speakers, they will be ordered by last name).

04: highlight_position determines the order in which your speakers are displayed in Brella's featured speakers' section (on the iOS / Android app homepages and the speaker widget). If left empty, they will not be highlighted. This attribute is independent of the position attribute.

05: bio supports rich text. Pass either formatted or unformatted rich text snippets within a string.