EventbriteEventbrite / New Attendee

appKey: eventbrite
triggerKey: new-attendee

Trigger Inputs

The following parameters are available when configuring this trigger:
organizationId
Organization
The Eventbrite organization id containing the relevant events.
string
eventId
Event
The Eventbrite event id containing the relevant attendees.
string | undefined
filters
Filters
| Array<{
prop: string
operator: string
value: string | Array<string>
}>
| undefined

Event Payload Properties

The following properties can be referenced when an event occurs:
answers
Answers
Array<{
questionId: string
attendeeId: string
question: string
type: string
answer: string
}>
cancelled
Cancelled
boolean
changed
Changed Date
string
checkedIn
Checked In
boolean
created
Created Date
string
eventId
Event ID
string
id
Attendee ID
string
orderId
Order ID
string
profile
Profile
{
name: string
email: string
firstName: string
lastName: string
prefix: string | null
suffix: string | null
age: number | null
jobTitle: string | null
company: string | null
website: string | null
blog: string | null
gender: string | null
birthDate: string | null
cellPhone: string | null
workPhone: string | null
}
questions
Questions
Array<{
id: string
label: string
type: string
required: boolean
}>
refunded
Refunded
boolean
status
Status
string
ticketClassId
Ticket Class ID
string
ticketClassName
Ticket Class Name
string