mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Renamed to Keap.
This commit is contained in:
15
packages/nodes-base/nodes/Keap/EmaiIInterface.ts
Normal file
15
packages/nodes-base/nodes/Keap/EmaiIInterface.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export interface IAttachment {
|
||||
file_data?: string;
|
||||
file_name?: string;
|
||||
}
|
||||
|
||||
|
||||
export interface IEmail {
|
||||
address_field?: string;
|
||||
attachments?: IAttachment[];
|
||||
contacts: number[];
|
||||
html_content?: string;
|
||||
plain_content?: string;
|
||||
subject?: string;
|
||||
user_id: number;
|
||||
}
|
||||
Reference in New Issue
Block a user