Interface AcuitySchedulingTriggerNodeParameters

Source
interface AcuitySchedulingTriggerNodeParameters {
    authentication?: "apiKey" | "oAuth2";
    event?:
        | "appointment.canceled"
        | "appointment.changed"
        | "appointment.rescheduled"
        | "appointment.scheduled"
        | "order.completed";
    resolveData?: boolean;
}

Properties§

Source§

readonly authentication?: "apiKey" | "oAuth2"

Default: "apiKey"

Source§

readonly event?:
    | "appointment.canceled"
    | "appointment.changed"
    | "appointment.rescheduled"
    | "appointment.scheduled"
    | "order.completed"

Source§

readonly resolveData?: 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