@vulture916/activepieces-piece-lemlist
Version:
Lemlist integration for ActivePieces - Email outreach and sales engagement platform
10 lines (9 loc) • 734 B
TypeScript
export declare const createCampaign: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
name: import("@activepieces/pieces-framework").ShortTextProperty<true>;
senderId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
scheduleId: import("@activepieces/pieces-framework").ShortTextProperty<false>;
trackOpen: import("@activepieces/pieces-framework").CheckboxProperty<false>;
trackClick: import("@activepieces/pieces-framework").CheckboxProperty<false>;
trackBounce: import("@activepieces/pieces-framework").CheckboxProperty<false>;
domainDeductEmail: import("@activepieces/pieces-framework").CheckboxProperty<false>;
}>;