> For the complete documentation index, see [llms.txt](https://help.getmobly.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.getmobly.com/help-center/the-hub/managing-events/how-to-bulk-upload-events.md).

# How to bulk upload events

Create events in bulk by CSV upload

\*This article is only relevant to Mobly Admins (with access to the Hub)\*

1. On [hub.getmobly.com](https://hub.getmobly.com/), navigate to the "Events" tab.
2. Click the orange "Add Event" button in the top right corner. From the drop down menu, click "Import from CSV".

   ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/69b3302da280f057e03026bd/file-jA6QknxwqS.png)
3. Click Download template file" to get a CSV template with the proper column names.

   ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/69b330369c0a2d7ca870f5e1/file-r5H9RDVnYX.png)
4. Open the Event\_Upload\_Template.csv file you downloaded. Paste your own data into the corresponding columns of the template file. *Each row must have a name, start date, and end date.*
   1. If the event is a single day, enter the same date for the start and end date.
   2. To add users to events, list their emails in the **User Emails** field, separated by a semicolon (;). Only enter emails of users that already exist in Mobly. If we don't recognize the email, that user cannot be added to the event.
   3. In the **CampaignIds** field, enter the campaign ID, This will create a new campaign with this campaign ID. To add the event to multiple campaigns, separate the campaigns IDs by a semicolon (;).

      ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/69b3303e9c0a2d7ca870f5e2/file-fqyp4MuSJ9.png)
5. Return to [hub.getmobly.com](https://hub.getmobly.com/) and upload the template file you just updated. You will be notified if there are errors with any rows.

   ![](//d33v4339jhl8k0.cloudfront.net/docs/assets/67f00b47b96c282fea91b6f6/images/69b3305a9c0a2d7ca870f5e3/file-HOdleG1TVE.png)
6. Click "Save". Your CSV wil be uploaded to Mobly and the events will be created.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.getmobly.com/help-center/the-hub/managing-events/how-to-bulk-upload-events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
