Speakers
Create speaker
2min
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