---
title: "Import Contacts"
method: POST
path: "/v1/calendars/contacts/import"
tags: ["Calendars"]
---

# Import Contacts

`POST /v1/calendars/contacts/import`

Import contacts to your calendar to easily invite them to events and send them newsletters.

## Request body

- object
  - `contacts` object[], required — Information about the contacts you want to import. You can include a name and email. Note that we will not set the name of a user once it has already been set.
    - `email` string, required
    - `name` string, nullable
  - `tags` string[], nullable — Tag IDs or tag names to apply to the contacts.

## Response `200`

Successful response.

- object — Empty response

---

[API](https://skmtc.net/luma/apis/luma-api.md) · [All operations](https://skmtc.net/luma/apis/luma-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luma/luma-api/revisions/12835be09062/schema)
