Create an RSVP attendee

Creates a new RSVP attendee on an existing event.

Path Params
string
required
^\S+$

Unique identifier for the event.

Body Params
string
required
^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$

Email address of the RSVP attendee. Update and reminder emails about the event will be sent to this email address. Email addresses must be unique for each attendee of a given event.

string
enum
Defaults to going

The attendee's response to the event. The following responses are allowed: going, maybe, not-going.

Allowed:
string
enum

By default, no attendee confirmation or organizer notification emails are sent when a new RSVP attendee is created via the API. If this parameter is set to active then when a new RSVP attendee is created via the API:

  • an attendee confirmation email is sent to the RSVP attendee's email address if confirmation emails are enabled for the event
  • an internal organizer notification email is sent to to the organizer notification email addresses listed under RSVP settings(notify_emails) if notify_frequency is set to all for an event.

Note that attendee reminder and follow-up emails are not affected by this setting.

Allowed:
rsvp_form_data
object

The default RSVP form has one required input field (name: the user's name). You must provide a value for this field when making the request.

Create a custom RSVP forms to collect additional information about your RSVP attendees - https://dashboard.addevent.com/forms/rsvp

Responses

Language
Credentials
Bearer
APIkey
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json