Speaker
Speakers are a subset of the participants. Each lecture has assigned a (possibly empty) list of speakers identified by their speaker ID (profileId
).
Speaker Data
category
(optional string): Participant category of the speakercompanyName
(translated text): Company name of the speaker profilecustomData
(custom data): Extension data for custom form fieldsdomain
(string): Domain name to look up company logo, or empty string.extId
(string): External ID that can be carried through your ticketing system, for example. This value is not used by talque and only for external reference.facebook
(string): Relative url of the facebook profile, or empty string. Needs to be prefixed withhttps://www.facebook.com/
to form a complete URL.firstName
(string): First (given) name of the speakerisParticipant
(bool): Always true for speakersisPhony
(bool): Whether an email address is on file (false
), or just a placeholder profile (true
)isRegistered
(bool): Whether the speaker has registered on talqueisSpeaker
(bool): Always true for speakersjobTitle
(translated text): Job titlekeywords
(array of strings): The keywords selected during onboardinglastName
(string): The last (family) name of the speakerlinkedin
(string): Relative url of the linkedin profile. Needs to be prefixed withhttps://linkedin.com/
to form a complete URLlocation
(translated text): Human-readable locationmtime
(integer): last modification time of the recordphoto
(optional string): Serving URL of the small square photophotoMedium
: (optional string): Serving URL of the large and not neccessarily square photoprofileId
(identifier): The speaker identifierseeking
(array of strings): The onboarding keywords that the speaker is looking for.topics
(array of strings): The speaker profile topicstwitter
(string): Relative url of the twitter profile. Needs to be prefixed withhttps://twitter.com/
to form a complete URLwebsite
(string): Website URL, or empty string.
Last updated