interface GoToWebinarNodeParameters {
additionalFields?:
| {
fullAddress?: {
details: {
address?: string;
city?: string;
country?: string;
state?: string;
zipCode?: string;
};
};
industry?: string;
jobTitle?: string;
multiChoiceResponses?: {
details: {
AnswerKey?: string;
questionKey?: string;
}[];
};
numberOfEmployees?: string;
organization?: string;
phone?: string;
purchasingRole?: string;
purchasingTimeFrame?: string;
questionsAndComments?: string;
resendConfirmation?: boolean;
simpleResponses?: {
details: {
questionKey?: string;
responseText?: string;
}[];
};
source?: string;
}
| {
times: {
timesProperties: {
fromTime?: string;
toTime?: string;
};
};
webinarKey?: string;
}
| {
description?: string;
experienceType?: "CLASSIC"
| "BROADCAST"
| "SIMULIVE";
isOnDemand?: boolean;
isPasswordProtected?: boolean;
timezone?: string;
type?: "sequence" | "single_session" | "series";
}
| { sendCancellationEmails?: boolean }
| {
times: {
timesProperties: {
fromTime?: string;
toTime?: string;
};
};
};
coorganizerKey?: string;
details?: | "polls"
| "questions"
| "surveyAnswers"
| "performance"
| "surveys";
email?: string;
firstName?: string;
givenName?: string;
isExternal?: boolean;
lastName?: string;
limit?: number;
name?: string;
notifyParticipants?: boolean;
operation?: | "create"
| "get"
| "getAll"
| "update"
| "delete"
| "getDetails"
| "reinvite";
organizerKey?: string;
panelistKey?: string;
registrantKey?: string;
resource?: | "session"
| "webinar"
| "attendee"
| "coorganizer"
| "panelist"
| "registrant";
returnAll?: boolean;
sessionKey?: string;
subject?: string;
times?: {
timesProperties: {
endTime: string;
startTime: string;
}[];
};
updateFields?: {
description?: string;
experienceType?: "CLASSIC"
| "BROADCAST"
| "SIMULIVE";
isOnDemand?: boolean;
isPasswordProtected?: boolean;
subject?: string;
times?: {
timesProperties: {
endTime: string;
startTime: string;
}[];
};
timezone?: string;
type?: "sequence"
| "single_session"
| "series";
};
webinarKey?: string;
}
Properties§
Source§readonly additional Fields?:
| {
fullAddress?: {
details: {
address?: string;
city?: string;
country?: string;
state?: string;
zipCode?: string;
};
};
industry?: string;
jobTitle?: string;
multiChoiceResponses?: {
details: {
AnswerKey?: string;
questionKey?: string;
}[];
};
numberOfEmployees?: string;
organization?: string;
phone?: string;
purchasingRole?: string;
purchasingTimeFrame?: string;
questionsAndComments?: string;
resendConfirmation?: boolean;
simpleResponses?: {
details: {
questionKey?: string;
responseText?: string;
}[];
};
source?: string;
}
| {
times: {
timesProperties: {
fromTime?: string;
toTime?: string;
};
};
webinarKey?: string;
}
| {
description?: string;
experienceType?: "CLASSIC"
| "BROADCAST"
| "SIMULIVE";
isOnDemand?: boolean;
isPasswordProtected?: boolean;
timezone?: string;
type?: "sequence" | "single_session" | "series";
}
| { sendCancellationEmails?: boolean }
| {
times: {
timesProperties: {
fromTime?: string;
toTime?: string;
};
};
}
readonly additional Fields?:
| {
fullAddress?: {
details: {
address?: string;
city?: string;
country?: string;
state?: string;
zipCode?: string;
};
};
industry?: string;
jobTitle?: string;
multiChoiceResponses?: {
details: {
AnswerKey?: string;
questionKey?: string;
}[];
};
numberOfEmployees?: string;
organization?: string;
phone?: string;
purchasingRole?: string;
purchasingTimeFrame?: string;
questionsAndComments?: string;
resendConfirmation?: boolean;
simpleResponses?: {
details: {
questionKey?: string;
responseText?: string;
}[];
};
source?: string;
}
| {
times: {
timesProperties: {
fromTime?: string;
toTime?: string;
};
};
webinarKey?: string;
}
| {
description?: string;
experienceType?: "CLASSIC"
| "BROADCAST"
| "SIMULIVE";
isOnDemand?: boolean;
isPasswordProtected?: boolean;
timezone?: string;
type?: "sequence" | "single_session" | "series";
}
| { sendCancellationEmails?: boolean }
| {
times: {
timesProperties: {
fromTime?: string;
toTime?: string;
};
};
}
Source§readonly details?:
| "polls"
| "questions"
| "surveyAnswers"
| "performance"
| "surveys"
readonly details?:
| "polls"
| "questions"
| "surveyAnswers"
| "performance"
| "surveys"
The details to retrieve for the attendee
Source§readonly limit?: number
readonly limit?: number
Max number of results to return Default: 10 Type options: {"minValue":1,"maxValue":100}
Source§readonly operation?:
| "create"
| "get"
| "getAll"
| "update"
| "delete"
| "getDetails"
| "reinvite"
readonly operation?:
| "create"
| "get"
| "getAll"
| "update"
| "delete"
| "getDetails"
| "reinvite"
Default: "get"
Source§readonly resource?:
| "session"
| "webinar"
| "attendee"
| "coorganizer"
| "panelist"
| "registrant"
readonly resource?:
| "session"
| "webinar"
| "attendee"
| "coorganizer"
| "panelist"
| "registrant"
Default: "attendee"
Source§readonly session Key?: string
readonly session Key?: string
Key of the session that the attendee attended. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getWebinarSessions","loadOptionsDependsOn":["webinarKey"]}
Source§readonly times?: {
timesProperties: {
endTime: string;
startTime: string;
}[];
}
readonly times?: {
timesProperties: {
endTime: string;
startTime: string;
}[];
}
Default: {} Type options: {"multipleValues":true}
Source§readonly update Fields?: {
description?: string;
experienceType?: "CLASSIC" | "BROADCAST" | "SIMULIVE";
isOnDemand?: boolean;
isPasswordProtected?: boolean;
subject?: string;
times?: {
timesProperties: {
endTime: string;
startTime: string;
}[];
};
timezone?: string;
type?: "sequence"
| "single_session"
| "series";
}
readonly update Fields?: {
description?: string;
experienceType?: "CLASSIC" | "BROADCAST" | "SIMULIVE";
isOnDemand?: boolean;
isPasswordProtected?: boolean;
subject?: string;
times?: {
timesProperties: {
endTime: string;
startTime: string;
}[];
};
timezone?: string;
type?: "sequence"
| "single_session"
| "series";
}
Default: {}
Source§readonly webinar Key?: string
readonly webinar Key?: string
Key of the webinar that the attendee attended. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getWebinars"}
Default: {}