interface CustomerIoNodeParameters {
additionalFields?:
| {
steps?: number;
type?: | "email"
| "empty"
| "webhook"
| "push"
| "slack"
| "twilio"
| "urbanAirship";
}
| {
createdAt?: string;
customProperties?: {
customProperty: { key: string; value: string }[];
};
email?: string;
}
| {
customAttributes?: {
customAttribute: { key: string; value: string }[];
};
type?: string;
}
| {
customAttributes?: {
customAttribute: { key: string; value: string }[];
};
};
additionalFieldsJson?: string;
campaignId?: number;
customerId?: string;
customerIds?: string;
eventName?: string;
id?: string;
jsonParameters?: boolean;
operation?: | "get"
| "getAll"
| "add"
| "remove"
| "delete"
| "upsert"
| "getMetrics"
| "track"
| "trackAnonymous";
period?: "hours"
| "days"
| "weeks"
| "months";
resource?:
| "event"
| "customer"
| "campaign"
| "segment";
segmentId?: number;
}
Properties§
Source§readonly additional Fields?:
| {
steps?: number;
type?: | "email"
| "empty"
| "webhook"
| "push"
| "slack"
| "twilio"
| "urbanAirship";
}
| {
createdAt?: string;
customProperties?: {
customProperty: { key: string; value: string }[];
};
email?: string;
}
| {
customAttributes?: {
customAttribute: { key: string; value: string }[];
};
type?: string;
}
| {
customAttributes?: {
customAttribute: { key: string; value: string }[];
};
}
readonly additional Fields?:
| {
steps?: number;
type?: | "email"
| "empty"
| "webhook"
| "push"
| "slack"
| "twilio"
| "urbanAirship";
}
| {
createdAt?: string;
customProperties?: {
customProperty: { key: string; value: string }[];
};
email?: string;
}
| {
customAttributes?: {
customAttribute: { key: string; value: string }[];
};
type?: string;
}
| {
customAttributes?: {
customAttribute: { key: string; value: string }[];
};
}
Source§readonly additional Fields Json?: string
readonly additional Fields Json?: string
Object of values to set as described here Type options: {"alwaysOpenEditWindow":true}
Default: {}