interface SendyNodeParameters {
additionalFields?:
| {
excludeListIds?: string;
excludeSegmentIds?: string;
listIds?: string;
plainText?: string;
queryString?: string;
segmentIds?: string;
trackClicks?: boolean;
trackOpens?: boolean;
}
| {
country?: string;
gdpr?: boolean;
hp?: boolean;
ipaddress?: string;
name?: string;
referrer?: string;
silent?: boolean;
};
brandId?: string;
email?: string;
fromEmail?: string;
fromName?: string;
htmlText?: string;
listId?: string;
operation?: | "create"
| "add"
| "remove"
| "delete"
| "status"
| "count";
replyTo?: string;
resource?: "campaign"
| "subscriber";
sendCampaign?: boolean;
subject?: string;
title?: string;
}
Properties§
Source§readonly additional Fields?:
| {
excludeListIds?: string;
excludeSegmentIds?: string;
listIds?: string;
plainText?: string;
queryString?: string;
segmentIds?: string;
trackClicks?: boolean;
trackOpens?: boolean;
}
| {
country?: string;
gdpr?: boolean;
hp?: boolean;
ipaddress?: string;
name?: string;
referrer?: string;
silent?: boolean;
}
readonly additional Fields?:
| {
excludeListIds?: string;
excludeSegmentIds?: string;
listIds?: string;
plainText?: string;
queryString?: string;
segmentIds?: string;
trackClicks?: boolean;
trackOpens?: boolean;
}
| {
country?: string;
gdpr?: boolean;
hp?: boolean;
ipaddress?: string;
name?: string;
referrer?: string;
silent?: boolean;
}
Source§readonly list Id?: string
readonly list Id?: string
The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID.
Source§readonly operation?: "create" | "add" | "remove" | "delete" | "status" | "count"
readonly operation?: "create" | "add" | "remove" | "delete" | "status" | "count"
Default: "create"
Default: {}