Waitlist Entries
Create multiple waitlist entries
Creates multiple waitlist entries for the provided email addresses. You can choose whether to send confirmation emails by setting the notify parameter to true or false for each entry. If the notify parameter is omitted, it defaults to true.
If an email address is already on the waitlist, no new entry will be created and the existing waitlist entry will be returned. Duplicate email addresses within the same request are not allowed.
This endpoint is limited to a maximum of 50 entries per API call. If you need to add more entries, please make multiple requests.
post/waitlist_entries/bulk
Request body
Response
Array of waitlist entries
Example response
[
{
"status": "pending",
"invitation": {
"status": "pending"
}
}
]