interface BannerbearNodeParameters {
additionalFields?: {
metadata?: string;
waitForImage?: boolean;
waitForImageMaxTries?: number;
webhookUrl?: string;
};
imageId?: string;
modificationsUi?: {
modificationsValues: {
background?: string;
color?: string;
imageUrl?: string;
name?: string;
text?: string;
}[];
};
operation?: "create"
| "get"
| "getAll";
resource?: "template" | "image";
templateId?: string;
}
Properties§
Source§readonly additional Fields?: {
metadata?: string;
waitForImage?: boolean;
waitForImageMaxTries?: number;
webhookUrl?: string;
}
readonly additional Fields?: {
metadata?: string;
waitForImage?: boolean;
waitForImageMaxTries?: number;
webhookUrl?: string;
}
Source§readonly modifications Ui?: {
modificationsValues: {
background?: string;
color?: string;
imageUrl?: string;
name?: string;
text?: string;
}[];
}
readonly modifications Ui?: {
modificationsValues: {
background?: string;
color?: string;
imageUrl?: string;
name?: string;
text?: string;
}[];
}
Default: {} Type options: {"multipleValues":true}
Source§readonly template Id?: string
readonly template Id?: string
The template ID you want to use. Choose from the list, or specify an ID using an expression. Type options: {"loadOptionsMethod":"getTemplates"}
Default: {}