feat(Lemlist Trigger Node): Update Trigger events (#10311)

This commit is contained in:
Jon 2024-08-07 10:17:29 +01:00 committed by GitHub
parent c9b3d34a54
commit 15f10ec325
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 44 additions and 7 deletions

View file

@ -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) => ({

View file

@ -55,7 +55,7 @@ export class LemlistTrigger implements INodeType {
default: {},
options: [
{
displayName: 'Campaing Name or ID',
displayName: 'Campaign Name or ID',
name: 'campaignId',
type: 'options',
typeOptions: {