n8n-nodes-contact-validator 1.0.8 → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of n8n-nodes-contact-validator might be problematic. Click here for more details.
package/package.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"nodes": [
|
|
4
4
|
{
|
|
5
5
|
"parameters": {
|
|
6
|
-
"content": "## Registration Webhook\n\n**What it does:** Receives event registration form submissions\n\n**Node:** Webhook (n8n built-in)\n
|
|
6
|
+
"content": "## Registration Webhook\n\n**What it does:** Receives event registration form submissions\n\n**Node:** Webhook (n8n built-in)\n📘 [Webhook Docs](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.webhook/)",
|
|
7
7
|
"height": 250,
|
|
8
8
|
"width": 360
|
|
9
9
|
},
|
|
10
10
|
"id": "sticky-reg-webhook",
|
|
11
|
-
"name": "
|
|
11
|
+
"name": "📌 Registration Entry",
|
|
12
12
|
"type": "n8n-nodes-base.stickyNote",
|
|
13
13
|
"typeVersion": 1,
|
|
14
14
|
"position": [
|
|
@@ -18,12 +18,12 @@
|
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"parameters": {
|
|
21
|
-
"content": "## Real-Time Validation\n\n**Validates:** Phone number and email in parallel\n\n**Nodes:** Contact Validator - Number Lookup & Email Validation\n
|
|
21
|
+
"content": "## Real-Time Validation\n\n**Validates:** Phone number and email in parallel\n\n**Nodes:** Contact Validator - Number Lookup & Email Validation\n📦 [Package on npm](https://www.npmjs.com/package/n8n-nodes-contact-validator)",
|
|
22
22
|
"height": 280,
|
|
23
23
|
"width": 360
|
|
24
24
|
},
|
|
25
25
|
"id": "sticky-validation",
|
|
26
|
-
"name": "
|
|
26
|
+
"name": "📌 Contact Validation",
|
|
27
27
|
"type": "n8n-nodes-base.stickyNote",
|
|
28
28
|
"typeVersion": 1,
|
|
29
29
|
"position": [
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"parameters": {
|
|
36
|
-
"content": "## Quality Check\n\n**What it does:** Accepts valid registrations or requests correction\n\n**TRUE path:** Both valid
|
|
36
|
+
"content": "## Quality Check\n\n**What it does:** Accepts valid registrations or requests correction\n\n**TRUE path:** Both valid → Confirmation sent\n**FALSE path:** Invalid data → Request correction\n\n**Node:** IF (n8n built-in)\n📘 [IF Docs](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.if/)",
|
|
37
37
|
"height": 280,
|
|
38
38
|
"width": 360
|
|
39
39
|
},
|
|
40
40
|
"id": "sticky-quality",
|
|
41
|
-
"name": "
|
|
41
|
+
"name": "📌 Accept/Reject",
|
|
42
42
|
"type": "n8n-nodes-base.stickyNote",
|
|
43
43
|
"typeVersion": 1,
|
|
44
44
|
"position": [
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
},
|
|
49
49
|
{
|
|
50
50
|
"parameters": {
|
|
51
|
-
"content": "## Multi-Channel Confirmation\n\n**Sends:** Email confirmation + SMS (if capable)\n\n**Stores:** Registration in CRM with validation data\n\n**Nodes:** Email Send + Twilio SMS + HubSpot\n
|
|
51
|
+
"content": "## Multi-Channel Confirmation\n\n**Sends:** Email confirmation + SMS (if capable)\n\n**Stores:** Registration in CRM with validation data\n\n**Nodes:** Email Send + Twilio SMS + HubSpot\n📘 [n8n Docs](https://docs.n8n.io/integrations/)",
|
|
52
52
|
"height": 260,
|
|
53
53
|
"width": 360
|
|
54
54
|
},
|
|
55
55
|
"id": "sticky-confirm",
|
|
56
|
-
"name": "
|
|
56
|
+
"name": "📌 Confirmation",
|
|
57
57
|
"type": "n8n-nodes-base.stickyNote",
|
|
58
58
|
"typeVersion": 1,
|
|
59
59
|
"position": [
|
|
@@ -63,12 +63,12 @@
|
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"parameters": {
|
|
66
|
-
"content": "## Automated Reminder Sequence\n\n**Day -7:** Email reminder\n**Day -3:** SMS reminder \n**Day 0 (2h before):** Voice call for no-shows\n\n**Schedule:** Runs daily at 9 AM\n\n**Nodes:** Schedule trigger + CRM queries + Contact Validator Voice\n
|
|
66
|
+
"content": "## Automated Reminder Sequence\n\n**Day -7:** Email reminder\n**Day -3:** SMS reminder \n**Day 0 (2h before):** Voice call for no-shows\n\n**Schedule:** Runs daily at 9 AM\n\n**Nodes:** Schedule trigger + CRM queries + Contact Validator Voice\n📦 [Package on npm](https://www.npmjs.com/package/n8n-nodes-contact-validator)",
|
|
67
67
|
"height": 300,
|
|
68
68
|
"width": 760
|
|
69
69
|
},
|
|
70
70
|
"id": "sticky-reminders",
|
|
71
|
-
"name": "
|
|
71
|
+
"name": "📌 Event Reminder Sequence",
|
|
72
72
|
"type": "n8n-nodes-base.stickyNote",
|
|
73
73
|
"typeVersion": 1,
|
|
74
74
|
"position": [
|
|
@@ -78,12 +78,12 @@
|
|
|
78
78
|
},
|
|
79
79
|
{
|
|
80
80
|
"parameters": {
|
|
81
|
-
"content": "## Voice Reminder (Day 0)\n\n**What it does:** Calls no-show attendees 2h before event\n\n**Trigger:** Scheduled check finds non-checked-in registrants\n\n**Node:** Contact Validator - Voice\n
|
|
81
|
+
"content": "## Voice Reminder (Day 0)\n\n**What it does:** Calls no-show attendees 2h before event\n\n**Trigger:** Scheduled check finds non-checked-in registrants\n\n**Node:** Contact Validator - Voice\n📦 [Package on npm](https://www.npmjs.com/package/n8n-nodes-contact-validator)",
|
|
82
82
|
"height": 250,
|
|
83
83
|
"width": 360
|
|
84
84
|
},
|
|
85
85
|
"id": "sticky-voice-remind",
|
|
86
|
-
"name": "
|
|
86
|
+
"name": "📌 Voice Escalation",
|
|
87
87
|
"type": "n8n-nodes-base.stickyNote",
|
|
88
88
|
"typeVersion": 1,
|
|
89
89
|
"position": [
|
|
@@ -317,19 +317,13 @@
|
|
|
317
317
|
},
|
|
318
318
|
{
|
|
319
319
|
"parameters": {
|
|
320
|
-
"
|
|
321
|
-
|
|
322
|
-
{
|
|
323
|
-
"field": "cronExpression",
|
|
324
|
-
"expression": "0 9 * * *"
|
|
325
|
-
}
|
|
326
|
-
]
|
|
327
|
-
}
|
|
320
|
+
"trigger": "cron",
|
|
321
|
+
"cronExpression": "0 9 * * *"
|
|
328
322
|
},
|
|
329
323
|
"id": "schedule-7-day-reminder",
|
|
330
324
|
"name": "7 Days Before Event",
|
|
331
325
|
"type": "n8n-nodes-base.schedule",
|
|
332
|
-
"typeVersion": 1,
|
|
326
|
+
"typeVersion": 1.1,
|
|
333
327
|
"position": [
|
|
334
328
|
250,
|
|
335
329
|
700
|
|
@@ -385,19 +379,13 @@
|
|
|
385
379
|
},
|
|
386
380
|
{
|
|
387
381
|
"parameters": {
|
|
388
|
-
"
|
|
389
|
-
|
|
390
|
-
{
|
|
391
|
-
"field": "cronExpression",
|
|
392
|
-
"expression": "0 9 * * *"
|
|
393
|
-
}
|
|
394
|
-
]
|
|
395
|
-
}
|
|
382
|
+
"trigger": "cron",
|
|
383
|
+
"cronExpression": "0 9 * * *"
|
|
396
384
|
},
|
|
397
385
|
"id": "schedule-3-day-reminder",
|
|
398
386
|
"name": "3 Days Before Event",
|
|
399
387
|
"type": "n8n-nodes-base.schedule",
|
|
400
|
-
"typeVersion": 1,
|
|
388
|
+
"typeVersion": 1.1,
|
|
401
389
|
"position": [
|
|
402
390
|
250,
|
|
403
391
|
900
|
|
@@ -453,19 +441,13 @@
|
|
|
453
441
|
},
|
|
454
442
|
{
|
|
455
443
|
"parameters": {
|
|
456
|
-
"
|
|
457
|
-
|
|
458
|
-
{
|
|
459
|
-
"field": "cronExpression",
|
|
460
|
-
"expression": "0 6 * * *"
|
|
461
|
-
}
|
|
462
|
-
]
|
|
463
|
-
}
|
|
444
|
+
"trigger": "cron",
|
|
445
|
+
"cronExpression": "0 6 * * *"
|
|
464
446
|
},
|
|
465
447
|
"id": "schedule-event-day",
|
|
466
448
|
"name": "Event Day (2h Before)",
|
|
467
449
|
"type": "n8n-nodes-base.schedule",
|
|
468
|
-
"typeVersion": 1,
|
|
450
|
+
"typeVersion": 1.1,
|
|
469
451
|
"position": [
|
|
470
452
|
250,
|
|
471
453
|
1100
|
|
@@ -736,4 +718,4 @@
|
|
|
736
718
|
"name": "Registration"
|
|
737
719
|
}
|
|
738
720
|
]
|
|
739
|
-
}
|
|
721
|
+
}
|