---
title: "Send Webcast Registration Message"
method: POST
path: "/v1/send-webcast-registration-message"
---

# Send Webcast Registration Message

`POST /v1/send-webcast-registration-message`

## Request body

- MessageWebcastRegistration
  - `date` string, required
  - `date_text` string, required
  - `participant_first_name` string, required
  - `participant_last_name` string, required
  - `participant_email` string, required
  - `organization` string, required
  - `street` string, nullable
  - `zip_code` string, nullable
  - `city` string, nullable
  - `country` string, required
  - `language` string, required
  - `is_opsi_user` string, required
  - `opsi_package` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/opsi/apis/fastapi.md) · [All operations](https://skmtc.dev/opsi/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opsi/fastapi/revisions/e77a48d304d4/schema)
