New services
Explore Plans
Mobile menu Close menu
EventbriteEventbrite

New attendee registered

This trigger fires when a new attendee registers for an event.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when a new attendee registers for an event.
API endpoint slug
eventbrite.new_attendee

Trigger fields

Organization ID Dropdown list

Label
Which organization?
Slug
organization_id
Required
true
Can have default value
false

Ingredients

Order IDThe order id this attendee is part of.

Slug
order_id
Filter code
Eventbrite.newAttendee.OrderId
Type
String
Example
3283423423

Event IDThe ID of the event the attendee registered for.

Slug
event_id
Filter code
Eventbrite.newAttendee.EventId
Type
String
Example
44532442

Attendee nameThe name of the attendee.

Slug
name
Filter code
Eventbrite.newAttendee.AttendeeName
Type
String
Example
John Smith

Attendee emailThe email of the attendee.

Slug
email
Filter code
Eventbrite.newAttendee.AttendeeEmail
Type
String
Example
john.smith@example.com

IDThe ID of the attendee.

Slug
id
Filter code
Eventbrite.newAttendee.Id
Type
String
Example
534453453

Checked inWhether or not the attendee is checked in.

Slug
checked_in
Filter code
Eventbrite.newAttendee.CheckedIn
Type
String
Example
true

Created atDate and time event was created.

Slug
created_at
Filter code
Eventbrite.newAttendee.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00