interface StravaTriggerNodeParameters {
event?: "create" | "update" | "delete" | "*";
object?: "*" | "activity" | "athlete";
options?: { deleteIfExist?: boolean };
resolveData?: boolean;
}Properties§
§§§
readonly event?: "create" | "update" | "delete" | "*"§
readonly object?: "*" | "activity" | "athlete"Default: "*"
readonly options?: { ... }Default: {}
readonly resolve Data?: booleanBy default the webhook-data only contain the Object ID. If this option gets activated, it will resolve the data automatically. Default: true
Default: "*"