---
title: "Send invite"
method: POST
path: "/v2/events/{eventId}/invite/send"
tags: ["Events"]
---

# Send invite

`POST /v2/events/{eventId}/invite/send`

Send event invites to the travelers via email. 
The invites can be sent to all travelers using a single API call, or you can send invites to specific travelers.

## Request body

- SendInviteRequest — Send invite for an event to the travelers
  - `type` 'GENERIC' | 'PROGRAM' | 'PROGRAM_SESSION' | 'PROGRAM_TRIP' — Type of an event
  - `userIds` UserId[]
    - `id` string, uuid, required

## Response `200`

OK

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden

---

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