interface AcuitySchedulingTriggerNodeParameters {
authentication?: "apiKey" | "oAuth2";
event?:
| "appointment.canceled"
| "appointment.changed"
| "appointment.rescheduled"
| "appointment.scheduled"
| "order.completed";
resolveData?: boolean;
}
Properties§
§
§
readonly authentication?: "apiKey" | "oAuth2"
readonly event?:
| "appointment.canceled"
| "appointment.changed"
| "appointment.rescheduled"
| "appointment.scheduled"
| "order.completed"
§readonly resolve Data?: boolean
By default does the webhook-data only contain the ID of the object. If this option gets activated, it will resolve the data automatically. Default: true
Default: "apiKey"