Skip to main content

Bulk import

The bulk import allows you to use a spreadsheet to import your attendees. This is a great way to import a large number of attendees at once.

Note

You must use the correct spreadsheet template to import your attendees. You can download the template from the manage attendees page OR using the 'Download attendee template' button at the top right of the bulk import page.

Spreadsheet template

Note

If an attendee has an 'attendeeID' present, the system will attempt too 'update' that attendee. If no attendee ID is present, the system will try and insert that attendee as a new attendee.

TypeValueDescription
TitleStringThe title for the attendee DR, CEO, MD
First_NameStringThe first name of the attendee
Last_NameStringThe last name of the attendee
EmailEmailThe email address of the attendee
PhoneStringThe phone number of the attendee
CompanyStringThe company the speaker is associated with
DescriptionStringThe bio of the attendee
Attendee_OnlyStringThe attendee only section allows you to set attendee specific details, this will allow an attendee, when validated, to click on the 'my details' in the app. This can contain special instructions or a personalized welcome message for the attendee.
GroupsComma listThe groups section allows you to assign groups to an attendee. To add multiple groups, they must be in a comma deliminated list eg group1,group2,group3 If a group is not in the system, one will be created
LinksJSON ObjectThe links section must be in a JSON object format See sample below
SpeakerIDString in bracketsThis option is only valid if the speaker is also a mapped attendee.
AttendeeIDString in bracketsThe attendee ID Attendee ID must be contain in brackets [attendeeID] If an attendeeID is present , the system will attempt to 'update' that attendee. If no attendee with that ID is found, it will return an error.
Is_SpeakerYes/NoThis setting, when set to YES, and the attendee ID section is blank, will create a mapped speaker for the new attendee
Mapped attendees

A mapped attendee is done when creating an attendee. If an attendee is mapped, it will create an attendee that is mapped to the speaker Any updates done to the speaker or attendee will update both profiles in the system

Attendee emails

If you do not wish to display attendee emails in the app, you can set the attendee email to 'hidden' in the configuration page

If adding links, use the format below to ensure proper linking.

  [
{“icon”:”icon-globe”,”color”:”#009EDB”,”url”:”https://conbop.com”},
{“icon”:”icon-globe”,”color”:”#009EDB”,”url”:”https://conbop.com”}
]
Values

If any values are incorrect, the system will return an error with the line number of each error. Once corrected, you can upload the speadsheet again.