/** Subscribes to every supported HighLevel webhook event. */ export declare const onHighLevelEvent: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.event"; }>; /** Subscribes when a HighLevel appointment is created. */ export declare const onHighLevelAppointmentCreated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.appointment.created"; }>; /** Subscribes when a HighLevel appointment is updated. */ export declare const onHighLevelAppointmentUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.appointment.updated"; }>; /** Subscribes when a HighLevel appointment is deleted. */ export declare const onHighLevelAppointmentDeleted: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.appointment.deleted"; }>; /** Subscribes when HighLevel campaign membership status changes. */ export declare const onHighLevelCampaignStatusUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.campaign.statusUpdated"; }>; /** Subscribes when a HighLevel contact is created. */ export declare const onHighLevelContactCreated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.created"; }>; /** Subscribes when a HighLevel contact is updated. */ export declare const onHighLevelContactUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.updated"; }>; /** Subscribes when a HighLevel contact is deleted. */ export declare const onHighLevelContactDeleted: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.deleted"; }>; /** Subscribes when HighLevel contact DND settings change. */ export declare const onHighLevelContactDndUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.dndUpdated"; }>; /** Subscribes when HighLevel contact tags change. */ export declare const onHighLevelContactTagsUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.contact.tagsUpdated"; }>; /** Subscribes when a HighLevel conversation's unread state changes. */ export declare const onHighLevelConversationUnreadUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.conversation.unreadUpdated"; }>; /** Subscribes when HighLevel merges an identified live-chat conversation. */ export declare const onHighLevelConversationUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.conversation.updated"; }>; /** Subscribes when HighLevel receives a message. */ export declare const onHighLevelMessageReceived: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.message.received"; }>; /** Subscribes when HighLevel sends a message. */ export declare const onHighLevelMessageSent: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.message.sent"; }>; /** Subscribes when a HighLevel note is created. */ export declare const onHighLevelNoteCreated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.note.created"; }>; /** Subscribes when a HighLevel note is updated. */ export declare const onHighLevelNoteUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.note.updated"; }>; /** Subscribes when a HighLevel note is deleted. */ export declare const onHighLevelNoteDeleted: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.note.deleted"; }>; /** Subscribes when a HighLevel opportunity is created. */ export declare const onHighLevelOpportunityCreated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.created"; }>; /** Subscribes when a HighLevel opportunity is updated. */ export declare const onHighLevelOpportunityUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.updated"; }>; /** Subscribes when a HighLevel opportunity is deleted. */ export declare const onHighLevelOpportunityDeleted: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.deleted"; }>; /** Subscribes when a HighLevel opportunity changes pipeline stage. */ export declare const onHighLevelOpportunityStageUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.stageUpdated"; }>; /** Subscribes when a HighLevel opportunity status changes. */ export declare const onHighLevelOpportunityStatusUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.statusUpdated"; }>; /** Subscribes when a HighLevel opportunity's monetary value changes. */ export declare const onHighLevelOpportunityValueUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.valueUpdated"; }>; /** Subscribes when a HighLevel opportunity's assignee changes. */ export declare const onHighLevelOpportunityAssigneeUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.opportunity.assigneeUpdated"; }>; /** Subscribes when a HighLevel task is created. */ export declare const onHighLevelTaskCreated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.task.created"; }>; /** Subscribes when a HighLevel task is completed. */ export declare const onHighLevelTaskCompleted: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.task.completed"; }>; /** Subscribes when a HighLevel task is deleted. */ export declare const onHighLevelTaskDeleted: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.task.deleted"; }>; /** Subscribes when the connected HighLevel location is updated. */ export declare const onHighLevelLocationUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.location.updated"; }>; /** Subscribes when a HighLevel sub-account user is created. */ export declare const onHighLevelUserCreated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.user.created"; }>; /** Subscribes when a HighLevel sub-account user is updated. */ export declare const onHighLevelUserUpdated: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.user.updated"; }>; /** Subscribes when a HighLevel sub-account user is deleted. */ export declare const onHighLevelUserDeleted: import("../../automation/create-trigger").TriggerFactory<{ account: import("@automate.ax/catalog").IntegrationAccountRequirement<"highlevel">; type: "highlevel.user.deleted"; }>; //# sourceMappingURL=triggers.d.ts.map