interface SurveyMonkeyTriggerNodeParameters {
authentication?: "oAuth2" | "accessToken";
collectorIds?: string[];
event?:
| "collector_created"
| "collector_deleted"
| "collector_updated"
| "response_completed"
| "response_created"
| "response_deleted"
| "response_disqualified"
| "response_overquota"
| "response_updated"
| "survey_created"
| "survey_deleted"
| "survey_updated";
objectType?: "survey"
| "collector";
onlyAnswers?: boolean;
resolveData?: boolean;
surveyId?: string;
surveyIds?: string[];
}Properties§
§§§§§
readonly authentication?: "oAuth2" | "accessToken"§
readonly collector Ids?: string[]Choose from the list, or specify IDs using an expression Default: [] Type options: {"loadOptionsMethod":"getCollectors","loadOptionsDependsOn":["surveyId"]}
readonly event?:
| "collector_created"
| "collector_deleted"
| "collector_updated"
| "response_completed"
| "response_created"
| "response_deleted"
| "response_disqualified"
| "response_overquota"
| "response_updated"
| "survey_created"
| "survey_deleted"
| "survey_updated"§readonly object Type?: "survey" | "collector"§readonly only Answers?: booleanWhether to return only the answers of the form and not any of the other data Default: true
readonly resolve Data?: booleanBy default the webhook-data only contain the IDs. If this option gets activated, it will resolve the data automatically. Default: true
readonly survey Id?: stringChoose from the list, or specify an ID using an expression Default: [] Type options: {"loadOptionsMethod":"getSurveys"}
readonly survey Ids?: string[]Choose from the list, or specify IDs using an expression Default: [] Type options: {"loadOptionsMethod":"getSurveys"}
Default: "accessToken"