@vulture916/activepieces-piece-lemlist
Version:
Lemlist integration for ActivePieces - Email outreach and sales engagement platform
11 lines (10 loc) • 817 B
TypeScript
export declare const updateCampaign: import("@activepieces/pieces-framework").IAction<import("@activepieces/pieces-framework").SecretTextProperty<true>, {
campaignId: import("@activepieces/pieces-framework").ShortTextProperty<true>;
name: import("@activepieces/pieces-framework").ShortTextProperty<false>;
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>;
}>;