UNPKG

@cllbk/ghl

Version:

A public Node.js compatible SDK for working with HighLevel's (GHL's) Version 2 API.

6 lines (5 loc) 1 kB
export declare const campaigns: { add: (contactId: string, campaignId: string, authToken: string) => Promise<(import("../../../types/_global").BadRequestDTO | import("../../../types/_global").UnauthorizedDTO | import("../../../types/_global").UnprocessableDTO | import("../../../types/contacts").ContactCreateDeleteCampaignsSuccessfulResponseDTO) | null>; remove: (contactId: string, campaignId: string, authToken: string) => Promise<(import("../../../types/_global").BadRequestDTO | import("../../../types/_global").UnauthorizedDTO | import("../../../types/_global").UnprocessableDTO | import("../../../types/contacts").ContactCreateDeleteCampaignsSuccessfulResponseDTO) | null>; removeAll: (contactId: string, authToken: string) => Promise<(import("../../../types/_global").BadRequestDTO | import("../../../types/_global").UnauthorizedDTO | import("../../../types/_global").UnprocessableDTO | import("../../../types/contacts").ContactCreateDeleteCampaignsSuccessfulResponseDTO) | null>; };