mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat(Lemlist Trigger Node): Update Trigger events (#10311)
This commit is contained in:
@@ -71,16 +71,53 @@ export async function lemlistApiRequestAllItems(
|
||||
export function getEvents() {
|
||||
const events = [
|
||||
'*',
|
||||
'emailsBounced',
|
||||
'contacted',
|
||||
'hooked',
|
||||
'attracted',
|
||||
'warmed',
|
||||
'interested',
|
||||
'skipped',
|
||||
'notInterested',
|
||||
'emailsSent',
|
||||
'emailsOpened',
|
||||
'emailsClicked',
|
||||
'emailsReplied',
|
||||
'emailsBounced',
|
||||
'emailsSendFailed',
|
||||
'emailsFailed',
|
||||
'emailsUnsubscribed',
|
||||
'emailsInterested',
|
||||
'emailsNotInterested',
|
||||
'emailsOpened',
|
||||
'emailsReplied',
|
||||
'emailsSendFailed',
|
||||
'emailsSent',
|
||||
'emailsUnsubscribed',
|
||||
'opportunitiesDone',
|
||||
'aircallCreated',
|
||||
'aircallEnded',
|
||||
'aircallDone',
|
||||
'aircallInterested',
|
||||
'aircallNotInterested',
|
||||
'apiDone',
|
||||
'apiInterested',
|
||||
'apiNotInterested',
|
||||
'apiFailed',
|
||||
'linkedinVisitDone',
|
||||
'linkedinVisitFailed',
|
||||
'linkedinInviteDone',
|
||||
'linkedinInviteFailed',
|
||||
'linkedinInviteAccepted',
|
||||
'linkedinReplied',
|
||||
'linkedinSent',
|
||||
'linkedinVoiceNoteDone',
|
||||
'linkedinVoiceNoteFailed',
|
||||
'linkedinInterested',
|
||||
'linkedinNotInterested',
|
||||
'linkedinSendFailed',
|
||||
'manualInterested',
|
||||
'manualNotInterested',
|
||||
'paused',
|
||||
'resumed',
|
||||
'customDomainErrors',
|
||||
'connectionIssue',
|
||||
'sendLimitReached',
|
||||
'lemwarmPaused',
|
||||
];
|
||||
|
||||
return events.map((event: string) => ({
|
||||
|
||||
Reference in New Issue
Block a user