Create speaker
REQUEST BODY
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.