---
title: "New waitlist signup"
method: POST
path: "newWaitlistSignup"
tags: ["Waitlist Signups"]
---

# New waitlist signup

`POST newWaitlistSignup` (webhook)

WAITLIST_SIGNUP.CREATED webhook triggered when waitlist signup is created.

## Payload

- object
  - `id` string — A unique identifier for the webhook history
  - `created_at` string — Datetime of the webhook request
  - `event` string — Webhook subscription event
  - `resource_url` string — API link to the waitlist signup
  - `payload` WaitlistSignup
    - `object` string
    - `id` string
    - `event_id` string — Id of the event this waitlist signup is attached to
    - `email` string — Email of the user
    - `notified_date` object, nullable — Date and time when the user was notified
      - `date` string — ISO-8601 date for the created at date
      - `formatted` string — A formatted date string for the create at date
      - `iso` string — ISO-8601 date and time for the created at date
      - `time` string — Time of the end of the created at date
      - `timezone` string — Timezone offset for the created at date
      - `unix` integer — Unix timestamp for for the created at date
    - `created_at` object — Date and time when the waitlist signup was created
      - `date` string — ISO-8601 date for the created at date
      - `formatted` string — A formatted date string for the create at date
      - `iso` string — ISO-8601 date and time for the created at date
      - `time` string — Time of the end of the created at date
      - `timezone` string — Timezone offset for the created at date
      - `unix` integer — Unix timestamp for for the created at date

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/tickettailor/apis/ticket-tailor-api.md) · [All operations](https://skmtc.net/tickettailor/apis/ticket-tailor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tickettailor/ticket-tailor-api/revisions/7b222e8ec91c/schema)
