---
title: "Send Invites"
method: POST
path: "/v1/events/guests/send-invites"
tags: ["Events"]
---

# Send Invites

`POST /v1/events/guests/send-invites`

Send guests an invite to an event. We'll send an email, and if their phone number is linked to their Luma account, they'll also receive an SMS.

## Request body

- object
  - `event_id` string, required — Event ID, this usually starts with evt-
  - `guests` object[], required — Information about the guests you want to invite to the event. If a user already has a name, this will not overwrite their name.
    - `email` string, required
    - `name` string, nullable
  - `message` string, nullable — Personalize the message that will be included in the invite. Max of 200 characters.

## 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)
