ashrafkassem commited on
Commit
922ee82
·
verified ·
1 Parent(s): ff0382c

chore: automated export 2026-03-02T11:18:35Z

Browse files
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-classification
5
+ - conversational
6
+ language:
7
+ - en
8
+ - ar
9
+ tags:
10
+ - lead-generation
11
+ - automation
12
+ - whatsapp
13
+ - meta
14
+ - crm
15
+ - saas
16
+ pretty_name: LeadPilot Automation Dataset
17
+ size_categories:
18
+ - 1K<n<10K
19
+ ---
20
+
21
+ # LeadPilot Automation Dataset
22
+
23
+ Companion dataset for the [LeadPilot HuggingFace Space](https://huggingface.co/spaces/ashrafkassem/LeadPilot).
24
+
25
+ LeadPilot is a multi-tenant SaaS automation platform for lead capture via WhatsApp and Meta
26
+ (Instagram DM, Messenger, Lead Ads), with Zoho CRM sync.
27
+
28
+ ## Dataset Contents
29
+
30
+ ### static/
31
+ Pre-seeded catalog data — does not change at runtime.
32
+
33
+ | File | Rows | Description |
34
+ |---|---|---|
35
+ | `static/templates.jsonl` | 12 | Automation flow templates (slug, name, category, platforms, builder_graph_json, variables) |
36
+ | `static/plans.jsonl` | 3 | Subscription plans (free/growth/enterprise) with module entitlements |
37
+
38
+ ### dynamic/
39
+ User-generated operational data, exported daily at 02:00 UTC from the live app.
40
+ All PII fields are pseudonymized using SHA-256 truncated hashes before export.
41
+
42
+ | File | Description |
43
+ |---|---|
44
+ | `dynamic/workspaces.jsonl` | Workspace records (id, subscription_tier, created_at) |
45
+ | `dynamic/contacts.jsonl` | Pseudonymized contacts (hashed name, hashed external_id/zoho_id) |
46
+ | `dynamic/conversations.jsonl` | Conversation threads (ids, status, timestamps) |
47
+ | `dynamic/messages.jsonl` | Messages (content replaced with [REDACTED], content_length kept) |
48
+ | `dynamic/flows.jsonl` | Automation flows (name hashed, status, source_template_id) |
49
+ | `dynamic/executions.jsonl` | Flow execution instances (status, timing) |
50
+ | `dynamic/audit_logs.jsonl` | Admin audit trail (IPs/UAs stripped, actor/entity ids hashed) |
51
+ | `dynamic/meta.json` | Export metadata (exported_at, mode) |
52
+
53
+ ## PII Handling
54
+
55
+ All personally identifiable information is removed or pseudonymized before export:
56
+
57
+ - `Contact.first_name`, `last_name`, `display_name` → SHA-256[:8] hex
58
+ - `Contact.external_id` (WhatsApp phone / Meta PSID) → SHA-256[:12] hex
59
+ - `Contact.zoho_lead_id` → SHA-256[:12] hex
60
+ - `Contact.additional_metadata` → replaced with `{}`
61
+ - `Message.content` → replaced with `"[REDACTED]"`, `content_length` field added
62
+ - `Message.additional_metadata` → replaced with `{}`
63
+ - `Flow.name` → SHA-256[:8] hex (may contain business names)
64
+ - `AdminAuditLog.ip_address`, `user_agent`, `error_message` → `null`
65
+ - `AdminAuditLog.actor_user_id`, `entity_id` → SHA-256[:12] hex
66
+
67
+ ## Export Schedule
68
+
69
+ Updated daily at 02:00 UTC via Celery Beat.
70
+ Last export timestamp is in `dynamic/meta.json`.
71
+
72
+ ## License
73
+
74
+ MIT
dynamic/audit_logs.jsonl ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "f83111a7-f11c-4ca2-8158-2c29305e97f7", "workspace_id": null, "action": "user_signup", "entity_type": "user", "entity_id": "f688d892c105", "actor_type": "user", "actor_user_id": "f688d892c105", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/signup", "request_method": "POST", "error_message": null, "created_at": "2026-03-01T10:41:09.959757"}
2
+ {"id": "376c4dbc-156c-4609-83dc-645e70054755", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "f688d892c105", "actor_type": "user", "actor_user_id": "f688d892c105", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-01T10:41:10.332663"}
3
+ {"id": "b2cdc63d-f911-496c-a798-6d410172d56a", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "f688d892c105", "actor_type": "user", "actor_user_id": "f688d892c105", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-01T10:41:20.154333"}
4
+ {"id": "835c7ce4-7732-4c54-a936-86b937e618ae", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "f688d892c105", "actor_type": "user", "actor_user_id": "f688d892c105", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-01T10:41:32.125373"}
5
+ {"id": "d178b6b7-3b99-4ecc-9a38-7956f2307f19", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "f688d892c105", "actor_type": "user", "actor_user_id": "f688d892c105", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-01T10:42:05.284933"}
6
+ {"id": "6f5c5275-fa36-46f3-879b-760832a27ff9", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "f688d892c105", "actor_type": "user", "actor_user_id": "f688d892c105", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-01T10:42:40.499706"}
7
+ {"id": "433c58fb-7e09-45d8-8414-361c4c21e1f1", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "f688d892c105", "actor_type": "user", "actor_user_id": "f688d892c105", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-01T10:42:55.460147"}
8
+ {"id": "1b795183-df7b-4f07-86c1-1f3123fe0972", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "f688d892c105", "actor_type": "user", "actor_user_id": "f688d892c105", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-01T10:43:07.053903"}
9
+ {"id": "96b0c2da-02c0-404e-b964-ea3a23386636", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "f688d892c105", "actor_type": "user", "actor_user_id": "f688d892c105", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-01T10:43:17.543032"}
10
+ {"id": "d513a000-cb1e-44cb-a5e8-e46b56f5fe33", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "f688d892c105", "actor_type": "user", "actor_user_id": "f688d892c105", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-01T10:43:33.014498"}
11
+ {"id": "669a3143-f463-4ae2-94a7-bf1dee33254e", "workspace_id": "508247b5-816c-4020-9850-0052291bc114", "action": "automation_publish", "entity_type": "flow", "entity_id": "f2fcbf9c8759", "actor_type": "user", "actor_user_id": "f688d892c105", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/automations/a3298602-590d-4336-af52-1e7fce8fa0bd/publish", "request_method": "POST", "error_message": null, "created_at": "2026-03-01T10:43:33.071049"}
12
+ {"id": "7845cb83-8eb6-42a4-b6f3-487a7e3c5a2d", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "f688d892c105", "actor_type": "user", "actor_user_id": "f688d892c105", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-01T10:45:38.137969"}
13
+ {"id": "8685cd27-aa0b-487a-bce5-13af1ac1efff", "workspace_id": null, "action": "user_signup", "entity_type": "user", "entity_id": "23024970cf48", "actor_type": "user", "actor_user_id": "23024970cf48", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/signup", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T09:26:27.442197"}
14
+ {"id": "2fbc4f65-feec-4d59-908d-cf2e7474202f", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "23024970cf48", "actor_type": "user", "actor_user_id": "23024970cf48", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T09:26:28.486593"}
15
+ {"id": "aac45db9-5553-4f29-9792-a2a9716b18d3", "workspace_id": null, "action": "user_signup", "entity_type": "user", "entity_id": "24cad6e42398", "actor_type": "user", "actor_user_id": "24cad6e42398", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/signup", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T09:54:20.897613"}
16
+ {"id": "e3d96033-4eab-4e37-a0ca-7eb17d407ccc", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "24cad6e42398", "actor_type": "user", "actor_user_id": "24cad6e42398", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T09:54:21.382604"}
17
+ {"id": "94b62c60-4344-44f3-a876-b0baa72c0594", "workspace_id": null, "action": "user_signup", "entity_type": "user", "entity_id": "e2dece2180e7", "actor_type": "user", "actor_user_id": "e2dece2180e7", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/signup", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T09:54:21.708803"}
18
+ {"id": "2791b2d1-8053-4895-b7d5-1be6521ee944", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "6e2ae3781b3c", "actor_type": "user", "actor_user_id": null, "outcome": "failure", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T09:54:53.119915"}
19
+ {"id": "18cc7a38-575e-41a8-874a-09c57556b582", "workspace_id": null, "action": "user_signup", "entity_type": "user", "entity_id": "8262aea5eec2", "actor_type": "user", "actor_user_id": "8262aea5eec2", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/signup", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T09:54:53.464852"}
20
+ {"id": "613699e4-7c8c-405f-865e-3e4911c2906d", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "8262aea5eec2", "actor_type": "user", "actor_user_id": "8262aea5eec2", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T09:54:53.750091"}
21
+ {"id": "dadfeb83-dcc4-4d50-bba7-c2a816cb9a50", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "8262aea5eec2", "actor_type": "user", "actor_user_id": "8262aea5eec2", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T09:55:27.454127"}
22
+ {"id": "b9893ecc-d848-450e-afc9-b6e8c7373182", "workspace_id": "63f007b1-8bd2-4509-9bf0-6f707ed21b02", "action": "workspace_create", "entity_type": "workspace", "entity_id": "2e48146dd701", "actor_type": "user", "actor_user_id": "8262aea5eec2", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/workspaces", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T09:55:27.478293"}
23
+ {"id": "4131e7b7-668b-4ee8-b116-1e0eeb523f4c", "workspace_id": null, "action": "user_signup", "entity_type": "user", "entity_id": "15e37898a423", "actor_type": "user", "actor_user_id": "15e37898a423", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/signup", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T10:08:20.295389"}
24
+ {"id": "372780dd-cd4b-4eca-8507-e3959a2c7a1d", "workspace_id": null, "action": "user_signup", "entity_type": "user", "entity_id": "dab0aea2479d", "actor_type": "user", "actor_user_id": "dab0aea2479d", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/signup", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T10:08:20.624253"}
25
+ {"id": "7f023ed1-6a87-4456-9c08-5be7df2d7fd7", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "15e37898a423", "actor_type": "user", "actor_user_id": "15e37898a423", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T10:08:20.891252"}
26
+ {"id": "8db058e1-c56a-44d3-ac46-901bd3311005", "workspace_id": "62d5bc4b-eb77-4fc9-a432-efdecb2d1505", "action": "workspace_create", "entity_type": "workspace", "entity_id": "42b05aae2244", "actor_type": "user", "actor_user_id": "15e37898a423", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/workspaces", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T10:08:21.700227"}
27
+ {"id": "7e688ac7-f5eb-4b72-8eb0-049944c78b7e", "workspace_id": "62d5bc4b-eb77-4fc9-a432-efdecb2d1505", "action": "PLAN_OVERRIDE_CREATED", "entity_type": "plan_override", "entity_id": "f3403bb5dbe0", "actor_type": "user", "actor_user_id": "dab0aea2479d", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": null, "request_method": null, "error_message": null, "created_at": "2026-03-02T10:08:22.030167"}
28
+ {"id": "d26780d6-b726-4538-828e-cdb5f4d676b1", "workspace_id": "62d5bc4b-eb77-4fc9-a432-efdecb2d1505", "action": "PLAN_OVERRIDE_REVOKED", "entity_type": "plan_override", "entity_id": "f3403bb5dbe0", "actor_type": "user", "actor_user_id": "dab0aea2479d", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": null, "request_method": null, "error_message": null, "created_at": "2026-03-02T10:08:22.397912"}
29
+ {"id": "c1af75cf-3c94-44b7-8869-b65bc1cf7d5c", "workspace_id": null, "action": "user_signup", "entity_type": "user", "entity_id": "7b572a887905", "actor_type": "user", "actor_user_id": "7b572a887905", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/signup", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T10:11:49.468141"}
30
+ {"id": "f93fcbde-c038-4b1d-8322-c932b700983f", "workspace_id": null, "action": "user_signup", "entity_type": "user", "entity_id": "59417430798c", "actor_type": "user", "actor_user_id": "59417430798c", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/signup", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T10:11:50.338852"}
31
+ {"id": "305a266d-68e1-41f4-9333-a21b903fc77a", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "7b572a887905", "actor_type": "user", "actor_user_id": "7b572a887905", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T10:11:50.956022"}
32
+ {"id": "baa32db4-cdf9-4060-9a66-17fe26575939", "workspace_id": "d23d2ed5-615a-482a-820c-dd85420cd453", "action": "workspace_create", "entity_type": "workspace", "entity_id": "59108813298a", "actor_type": "user", "actor_user_id": "7b572a887905", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/workspaces", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T10:11:51.869880"}
33
+ {"id": "0ede064e-11ca-455c-bfb0-2271c55b12e8", "workspace_id": null, "action": "user_signup", "entity_type": "user", "entity_id": "e953caccd103", "actor_type": "user", "actor_user_id": "e953caccd103", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/signup", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T10:12:31.045171"}
34
+ {"id": "a3c50bf4-e0d0-4770-ad09-e9b5a889368f", "workspace_id": null, "action": "user_signup", "entity_type": "user", "entity_id": "af0bc7ef3754", "actor_type": "user", "actor_user_id": "af0bc7ef3754", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/signup", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T10:13:35.784616"}
35
+ {"id": "73cf31ee-918c-49b5-b6c0-e71a5ec8d28a", "workspace_id": null, "action": "user_signup", "entity_type": "user", "entity_id": "630b91626720", "actor_type": "user", "actor_user_id": "630b91626720", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/signup", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T10:13:36.085070"}
36
+ {"id": "2186d4d5-9d51-4c5a-b4c5-b0bfedac97b9", "workspace_id": null, "action": "user_login", "entity_type": "user", "entity_id": "af0bc7ef3754", "actor_type": "user", "actor_user_id": "af0bc7ef3754", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/auth/login", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T10:13:36.375574"}
37
+ {"id": "94511025-baba-41f0-bff8-1c5bcebbe81a", "workspace_id": "bb5b6fdf-db7c-4d19-86a8-a83af8b79668", "action": "workspace_create", "entity_type": "workspace", "entity_id": "fc87f8c6d6d6", "actor_type": "user", "actor_user_id": "af0bc7ef3754", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": "/api/v1/workspaces", "request_method": "POST", "error_message": null, "created_at": "2026-03-02T10:13:37.281914"}
38
+ {"id": "4bf2f670-4c9b-47cd-8d24-cba495cb3988", "workspace_id": "bb5b6fdf-db7c-4d19-86a8-a83af8b79668", "action": "PLAN_OVERRIDE_CREATED", "entity_type": "plan_override", "entity_id": "e79ea24e17dc", "actor_type": "user", "actor_user_id": "630b91626720", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": null, "request_method": null, "error_message": null, "created_at": "2026-03-02T10:13:37.534761"}
39
+ {"id": "29405222-4782-4c50-bdcc-22a76b26e8ef", "workspace_id": "bb5b6fdf-db7c-4d19-86a8-a83af8b79668", "action": "PLAN_OVERRIDE_REVOKED", "entity_type": "plan_override", "entity_id": "e79ea24e17dc", "actor_type": "user", "actor_user_id": "630b91626720", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": null, "request_method": null, "error_message": null, "created_at": "2026-03-02T10:13:37.952508"}
40
+ {"id": "68bce362-7a47-4bbe-ab7b-37a88640bbe6", "workspace_id": "bb5b6fdf-db7c-4d19-86a8-a83af8b79668", "action": "PLAN_OVERRIDE_CREATED", "entity_type": "plan_override", "entity_id": "2335151bb5d0", "actor_type": "user", "actor_user_id": "630b91626720", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": null, "request_method": null, "error_message": null, "created_at": "2026-03-02T10:13:38.130712"}
41
+ {"id": "52b7f84d-6bcc-4d2c-b6ed-85bfe2bf5aaf", "workspace_id": "bb5b6fdf-db7c-4d19-86a8-a83af8b79668", "action": "PLAN_OVERRIDE_REVOKED", "entity_type": "plan_override", "entity_id": "2335151bb5d0", "actor_type": "user", "actor_user_id": "630b91626720", "outcome": "success", "ip_address": null, "user_agent": null, "request_path": null, "request_method": null, "error_message": null, "created_at": "2026-03-02T10:13:38.223101"}
dynamic/contacts.jsonl ADDED
File without changes
dynamic/conversations.jsonl ADDED
File without changes
dynamic/executions.jsonl ADDED
File without changes
dynamic/flows.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"id": "a3298602-590d-4336-af52-1e7fce8fa0bd", "workspace_id": "508247b5-816c-4020-9850-0052291bc114", "name": "0dcbbf8b", "status": "published", "source_template_id": "a8582d28-747c-4f31-8c23-d9337df05246", "created_at": "2026-03-01T10:42:05.350683", "updated_at": "2026-03-01T10:43:33.066485"}
dynamic/messages.jsonl ADDED
File without changes
dynamic/meta.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"exported_at": "2026-03-02T11:18:33.863343+00:00", "mode": "all"}
dynamic/workspaces.jsonl ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id": "55ccebd6-5353-4f2d-822e-3548f1cb8ba8", "subscription_tier": "free", "created_at": "2026-03-01T10:40:57.963586"}
2
+ {"id": "27466637-2e75-4634-a7c3-9e1bd3f500e4", "subscription_tier": "free", "created_at": "2026-03-01T10:40:58.229764"}
3
+ {"id": "508247b5-816c-4020-9850-0052291bc114", "subscription_tier": "free", "created_at": "2026-03-01T10:41:09.952744"}
4
+ {"id": "2c562296-1827-429b-a2e0-cc9afafded11", "subscription_tier": "free", "created_at": "2026-03-02T09:26:27.417256"}
5
+ {"id": "646311ec-2920-4618-9176-1aed4ca70759", "subscription_tier": "free", "created_at": "2026-03-02T09:54:20.889535"}
6
+ {"id": "a367cc69-5b68-4666-8c28-3ef92f741c31", "subscription_tier": "free", "created_at": "2026-03-02T09:54:21.706873"}
7
+ {"id": "58c9fe73-9bcc-43c2-b0e3-a360e60381fc", "subscription_tier": "free", "created_at": "2026-03-02T09:54:53.456128"}
8
+ {"id": "63f007b1-8bd2-4509-9bf0-6f707ed21b02", "subscription_tier": "free", "created_at": "2026-03-02T09:55:27.477510"}
9
+ {"id": "bea6a3f1-e666-4756-a7f3-100cd4e83149", "subscription_tier": "free", "created_at": "2026-03-02T10:08:20.278096"}
10
+ {"id": "3e4eecdb-3c0b-4f46-826d-4617cd34fadf", "subscription_tier": "free", "created_at": "2026-03-02T10:08:20.622802"}
11
+ {"id": "62d5bc4b-eb77-4fc9-a432-efdecb2d1505", "subscription_tier": "free", "created_at": "2026-03-02T10:08:21.699464"}
12
+ {"id": "d6182d99-71ac-41e0-97a8-3b0ea2b4cb54", "subscription_tier": "free", "created_at": "2026-03-02T10:11:49.452873"}
13
+ {"id": "b79fbbef-a6da-476d-83f3-d1bd356df7f6", "subscription_tier": "free", "created_at": "2026-03-02T10:11:50.120028"}
14
+ {"id": "d23d2ed5-615a-482a-820c-dd85420cd453", "subscription_tier": "free", "created_at": "2026-03-02T10:11:51.868404"}
15
+ {"id": "9171f8a5-c758-47db-b2e6-a107d27275a0", "subscription_tier": "free", "created_at": "2026-03-02T10:12:31.038916"}
16
+ {"id": "a6a4ca69-1397-4a17-8eb4-f688b2f6f8cb", "subscription_tier": "free", "created_at": "2026-03-02T10:13:35.772196"}
17
+ {"id": "81f21732-cb11-40b9-aa8c-b8bb116bf362", "subscription_tier": "free", "created_at": "2026-03-02T10:13:36.082406"}
18
+ {"id": "bb5b6fdf-db7c-4d19-86a8-a83af8b79668", "subscription_tier": "free", "created_at": "2026-03-02T10:13:37.279186"}
static/plans.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {"name": "free", "display_name": "Free", "sort_order": 0, "description": "Basic access with limited usage", "entitlements": [{"module_key": "prompt_studio", "hard_limit": 1}, {"module_key": "runtime_engine", "hard_limit": 50}, {"module_key": "integrations_connect", "hard_limit": 1}, {"module_key": "automations", "hard_limit": 2}, {"module_key": "dispatch_engine", "hard_limit": 200}, {"module_key": "knowledge_files", "hard_limit": 5}, {"module_key": "analytics", "hard_limit": null}, {"module_key": "inbox", "hard_limit": null}, {"module_key": "max_workspaces", "hard_limit": 1}]}
2
+ {"name": "growth", "display_name": "Growth", "sort_order": 1, "description": "Expanded limits for growing teams", "entitlements": [{"module_key": "prompt_studio", "hard_limit": 10}, {"module_key": "runtime_engine", "hard_limit": 500}, {"module_key": "integrations_connect", "hard_limit": 5}, {"module_key": "automations", "hard_limit": 20}, {"module_key": "dispatch_engine", "hard_limit": 2000}, {"module_key": "knowledge_files", "hard_limit": 50}, {"module_key": "analytics", "hard_limit": null}, {"module_key": "inbox", "hard_limit": null}, {"module_key": "webhooks_ingestion", "hard_limit": null}, {"module_key": "zoho_sync", "hard_limit": 500}, {"module_key": "max_workspaces", "hard_limit": 5}]}
3
+ {"name": "enterprise", "display_name": "Enterprise", "sort_order": 2, "description": "Unlimited access to all modules", "entitlements": [{"module_key": "prompt_studio", "hard_limit": null}, {"module_key": "runtime_engine", "hard_limit": null}, {"module_key": "integrations_connect", "hard_limit": null}, {"module_key": "automations", "hard_limit": null}, {"module_key": "dispatch_engine", "hard_limit": null}, {"module_key": "knowledge_files", "hard_limit": null}, {"module_key": "analytics", "hard_limit": null}, {"module_key": "inbox", "hard_limit": null}, {"module_key": "webhooks_ingestion", "hard_limit": null}, {"module_key": "zoho_sync", "hard_limit": null}, {"module_key": "diagnostics", "hard_limit": null}, {"module_key": "email_engine", "hard_limit": null}, {"module_key": "email_verification", "hard_limit": null}, {"module_key": "integrations_hub", "hard_limit": null}, {"module_key": "admin_portal", "hard_limit": null}, {"module_key": "auth", "hard_limit": null}, {"module_key": "max_workspaces", "hard_limit": null}]}
static/templates.jsonl ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"slug": "whatsapp-lead-qualifier-basic", "name": "WhatsApp Lead Qualifier", "description": "Automatically qualify inbound WhatsApp leads by collecting key information and tagging them for follow-up.", "category": "lead_generation", "platforms": ["whatsapp"], "industry_tags": ["real-estate", "services", "saas"], "required_integrations": ["whatsapp"], "is_featured": true, "variables": [{"key": "business_name", "label": "Business Name", "var_type": "text", "required": true, "description": "Your business or brand name", "default_value": null}, {"key": "company_name", "label": "Company Name", "var_type": "text", "required": false, "description": "Legal company name (can match business name)", "default_value": ""}], "builder_graph_json": {"nodes": [{"id": "trigger-1", "type": "triggerNode", "position": {"x": 250, "y": 50}, "data": {"nodeType": "MESSAGE_INBOUND", "platform": "whatsapp", "config": {}}}, {"id": "node-1", "type": "actionNode", "position": {"x": 250, "y": 220}, "data": {"nodeType": "AI_REPLY", "config": {"goal": "Welcome the visitor to {{business_name}}. Ask qualifying questions: What are they looking for? What is their budget range? What is their timeline? Collect their name and email if possible.", "tasks": ["Greet warmly", "Ask about needs", "Ask budget and timeline", "Collect name and email"]}}}, {"id": "node-2", "type": "actionNode", "position": {"x": 250, "y": 400}, "data": {"nodeType": "TAG_CONTACT", "config": {"tag": "new-lead"}}}, {"id": "node-3", "type": "actionNode", "position": {"x": 250, "y": 580}, "data": {"nodeType": "HUMAN_HANDOVER", "config": {"announcement": "A qualified lead from {{business_name}} is ready for follow-up."}}}], "edges": [{"id": "e1", "source": "trigger-1", "target": "node-1"}, {"id": "e2", "source": "node-1", "target": "node-2"}, {"id": "e3", "source": "node-2", "target": "node-3"}]}}
2
+ {"slug": "whatsapp-appointment-booking", "name": "WhatsApp Appointment Scheduler", "description": "Let customers book appointments through WhatsApp with AI-guided scheduling and confirmation.", "category": "sales", "platforms": ["whatsapp"], "industry_tags": ["healthcare", "beauty", "consulting"], "required_integrations": ["whatsapp"], "is_featured": false, "variables": [{"key": "business_name", "label": "Business Name", "var_type": "text", "required": true, "description": "Your business or brand name", "default_value": null}, {"key": "company_name", "label": "Company Name", "var_type": "text", "required": false, "description": "Legal company name (can match business name)", "default_value": ""}, {"key": "sales_phone", "label": "Sales Phone", "var_type": "phone", "required": false, "description": "Phone number for sales inquiries", "default_value": ""}, {"key": "working_hours", "label": "Working Hours", "var_type": "text", "required": false, "description": "e.g. Mon-Fri 9am-6pm", "default_value": "Mon-Fri 9am-6pm"}], "builder_graph_json": {"nodes": [{"id": "trigger-1", "type": "triggerNode", "position": {"x": 250, "y": 50}, "data": {"nodeType": "MESSAGE_INBOUND", "platform": "whatsapp", "config": {}}}, {"id": "node-1", "type": "actionNode", "position": {"x": 250, "y": 220}, "data": {"nodeType": "AI_REPLY", "config": {"goal": "Help the customer schedule an appointment with {{business_name}}. Ask for their preferred date and time. Our working hours are {{working_hours}}. Collect their name and contact details.", "tasks": ["Ask preferred date/time", "Confirm availability", "Collect name and phone"]}}}, {"id": "node-2", "type": "actionNode", "position": {"x": 250, "y": 400}, "data": {"nodeType": "SEND_MESSAGE", "config": {"content": "Your appointment request has been received! A team member from {{business_name}} will confirm shortly. For urgent inquiries, call {{sales_phone}}."}}}, {"id": "node-3", "type": "actionNode", "position": {"x": 250, "y": 580}, "data": {"nodeType": "HUMAN_HANDOVER", "config": {"announcement": "Appointment request ready for confirmation."}}}], "edges": [{"id": "e1", "source": "trigger-1", "target": "node-1"}, {"id": "e2", "source": "node-1", "target": "node-2"}, {"id": "e3", "source": "node-2", "target": "node-3"}]}}
3
+ {"slug": "whatsapp-faq-responder", "name": "WhatsApp FAQ Auto-Responder", "description": "Answer common customer questions automatically using AI, with seamless handover for complex queries.", "category": "customer_support", "platforms": ["whatsapp"], "industry_tags": ["e-commerce", "saas", "services"], "required_integrations": ["whatsapp"], "is_featured": false, "variables": [{"key": "business_name", "label": "Business Name", "var_type": "text", "required": true, "description": "Your business or brand name", "default_value": null}, {"key": "company_name", "label": "Company Name", "var_type": "text", "required": false, "description": "Legal company name (can match business name)", "default_value": ""}], "builder_graph_json": {"nodes": [{"id": "trigger-1", "type": "triggerNode", "position": {"x": 250, "y": 50}, "data": {"nodeType": "MESSAGE_INBOUND", "platform": "whatsapp", "config": {}}}, {"id": "node-1", "type": "actionNode", "position": {"x": 250, "y": 220}, "data": {"nodeType": "AI_REPLY", "config": {"goal": "Answer the customer's question about {{business_name}} using your knowledge base. Be helpful, concise, and professional. If the question is too complex or requires human judgment, let the customer know a team member will help.", "tasks": ["Identify the question topic", "Provide accurate answer", "Offer to connect with a human if needed"]}}}, {"id": "node-2", "type": "actionNode", "position": {"x": 250, "y": 400}, "data": {"nodeType": "HUMAN_HANDOVER", "config": {"announcement": "Customer needs human assistance for a question the AI couldn't fully resolve."}}}], "edges": [{"id": "e1", "source": "trigger-1", "target": "node-1"}, {"id": "e2", "source": "node-1", "target": "node-2"}]}}
4
+ {"slug": "whatsapp-pricing-gatekeeper", "name": "WhatsApp Pricing Gatekeeper", "description": "Qualify leads asking about pricing by understanding their needs before connecting them with sales.", "category": "sales", "platforms": ["whatsapp"], "industry_tags": ["saas", "services", "consulting"], "required_integrations": ["whatsapp"], "is_featured": false, "variables": [{"key": "business_name", "label": "Business Name", "var_type": "text", "required": true, "description": "Your business or brand name", "default_value": null}, {"key": "company_name", "label": "Company Name", "var_type": "text", "required": false, "description": "Legal company name (can match business name)", "default_value": ""}, {"key": "sales_phone", "label": "Sales Phone", "var_type": "phone", "required": false, "description": "Phone number for sales inquiries", "default_value": ""}, {"key": "working_hours", "label": "Working Hours", "var_type": "text", "required": false, "description": "e.g. Mon-Fri 9am-6pm", "default_value": "Mon-Fri 9am-6pm"}], "builder_graph_json": {"nodes": [{"id": "trigger-1", "type": "triggerNode", "position": {"x": 250, "y": 50}, "data": {"nodeType": "MESSAGE_INBOUND", "platform": "whatsapp", "config": {}}}, {"id": "node-1", "type": "actionNode", "position": {"x": 250, "y": 220}, "data": {"nodeType": "AI_REPLY", "config": {"goal": "The customer is asking about {{business_name}} pricing. Before sharing pricing, qualify them: What specific product or service are they interested in? What is their company size? What is their budget range? What is their decision timeline?", "tasks": ["Understand their interest", "Ask company size", "Qualify budget range", "Ask decision timeline"]}}}, {"id": "node-2", "type": "actionNode", "position": {"x": 250, "y": 400}, "data": {"nodeType": "TAG_CONTACT", "config": {"tag": "high-value"}}}, {"id": "node-3", "type": "actionNode", "position": {"x": 250, "y": 580}, "data": {"nodeType": "HUMAN_HANDOVER", "config": {"announcement": "Qualified pricing inquiry ready for sales team. Contact: {{sales_phone}}"}}}], "edges": [{"id": "e1", "source": "trigger-1", "target": "node-1"}, {"id": "e2", "source": "node-1", "target": "node-2"}, {"id": "e3", "source": "node-2", "target": "node-3"}]}}
5
+ {"slug": "whatsapp-reactivation-campaign", "name": "WhatsApp Re-engagement Bot", "description": "Re-engage dormant leads with a friendly follow-up message and AI-powered conversation to reignite interest.", "category": "lead_generation", "platforms": ["whatsapp"], "industry_tags": ["e-commerce", "saas", "real-estate"], "required_integrations": ["whatsapp"], "is_featured": false, "variables": [{"key": "business_name", "label": "Business Name", "var_type": "text", "required": true, "description": "Your business or brand name", "default_value": null}, {"key": "company_name", "label": "Company Name", "var_type": "text", "required": false, "description": "Legal company name (can match business name)", "default_value": ""}], "builder_graph_json": {"nodes": [{"id": "trigger-1", "type": "triggerNode", "position": {"x": 250, "y": 50}, "data": {"nodeType": "MESSAGE_INBOUND", "platform": "whatsapp", "config": {}}}, {"id": "node-1", "type": "actionNode", "position": {"x": 250, "y": 220}, "data": {"nodeType": "SEND_MESSAGE", "config": {"content": "Hi! It's been a while since we last chatted. {{business_name}} has some exciting updates we think you'd love to hear about. Would you like to know more?"}}}, {"id": "node-2", "type": "actionNode", "position": {"x": 250, "y": 400}, "data": {"nodeType": "AI_REPLY", "config": {"goal": "Follow up on the re-engagement message for {{business_name}}. If the customer shows interest, share what's new and try to schedule a follow-up or demo. If not interested, thank them gracefully.", "tasks": ["Gauge interest level", "Share relevant updates", "Try to schedule follow-up"]}}}, {"id": "node-3", "type": "actionNode", "position": {"x": 250, "y": 580}, "data": {"nodeType": "TAG_CONTACT", "config": {"tag": "reactivated"}}}], "edges": [{"id": "e1", "source": "trigger-1", "target": "node-1"}, {"id": "e2", "source": "node-1", "target": "node-2"}, {"id": "e3", "source": "node-2", "target": "node-3"}]}}
6
+ {"slug": "whatsapp-sales-concierge", "name": "WhatsApp Sales Concierge", "description": "Full-service AI sales assistant that qualifies leads, captures details, syncs to CRM, and hands over to your sales team.", "category": "sales", "platforms": ["whatsapp"], "industry_tags": ["saas", "real-estate", "consulting", "services"], "required_integrations": ["whatsapp", "zoho"], "is_featured": true, "variables": [{"key": "business_name", "label": "Business Name", "var_type": "text", "required": true, "description": "Your business or brand name", "default_value": null}, {"key": "company_name", "label": "Company Name", "var_type": "text", "required": false, "description": "Legal company name (can match business name)", "default_value": ""}, {"key": "sales_phone", "label": "Sales Phone", "var_type": "phone", "required": false, "description": "Phone number for sales inquiries", "default_value": ""}, {"key": "working_hours", "label": "Working Hours", "var_type": "text", "required": false, "description": "e.g. Mon-Fri 9am-6pm", "default_value": "Mon-Fri 9am-6pm"}], "builder_graph_json": {"nodes": [{"id": "trigger-1", "type": "triggerNode", "position": {"x": 250, "y": 50}, "data": {"nodeType": "MESSAGE_INBOUND", "platform": "whatsapp", "config": {}}}, {"id": "node-1", "type": "actionNode", "position": {"x": 250, "y": 220}, "data": {"nodeType": "AI_REPLY", "config": {"goal": "Act as a professional sales concierge for {{business_name}}. Have a natural conversation to understand the customer's needs, budget, and timeline. Collect their full name, email, phone number, and company name for CRM entry.", "tasks": ["Introduce yourself as the AI assistant", "Understand needs and pain points", "Qualify budget and timeline", "Collect full name, email, phone, company"]}}}, {"id": "node-2", "type": "actionNode", "position": {"x": 250, "y": 400}, "data": {"nodeType": "TAG_CONTACT", "config": {"tag": "qualified"}}}, {"id": "node-3", "type": "actionNode", "position": {"x": 250, "y": 580}, "data": {"nodeType": "ZOHO_UPSERT_LEAD", "config": {}}}, {"id": "node-4", "type": "actionNode", "position": {"x": 250, "y": 760}, "data": {"nodeType": "HUMAN_HANDOVER", "config": {"announcement": "Qualified lead synced to CRM. Ready for sales follow-up at {{sales_phone}}."}}}], "edges": [{"id": "e1", "source": "trigger-1", "target": "node-1"}, {"id": "e2", "source": "node-1", "target": "node-2"}, {"id": "e3", "source": "node-2", "target": "node-3"}, {"id": "e4", "source": "node-3", "target": "node-4"}]}}
7
+ {"slug": "instagram-dm-keyword-responder", "name": "Instagram DM Auto-Responder", "description": "Automatically respond to Instagram DMs with a welcome message and AI follow-up to capture leads.", "category": "lead_generation", "platforms": ["meta"], "industry_tags": ["e-commerce", "fashion", "beauty"], "required_integrations": ["meta"], "is_featured": false, "variables": [{"key": "business_name", "label": "Business Name", "var_type": "text", "required": true, "description": "Your business or brand name", "default_value": null}, {"key": "company_name", "label": "Company Name", "var_type": "text", "required": false, "description": "Legal company name (can match business name)", "default_value": ""}], "builder_graph_json": {"nodes": [{"id": "trigger-1", "type": "triggerNode", "position": {"x": 250, "y": 50}, "data": {"nodeType": "MESSAGE_INBOUND", "platform": "meta", "config": {}}}, {"id": "node-1", "type": "actionNode", "position": {"x": 250, "y": 220}, "data": {"nodeType": "SEND_MESSAGE", "config": {"content": "Hey! Thanks for reaching out to {{business_name}} on Instagram! How can we help you today?"}}}, {"id": "node-2", "type": "actionNode", "position": {"x": 250, "y": 400}, "data": {"nodeType": "AI_REPLY", "config": {"goal": "Follow up on the Instagram DM for {{business_name}}. Understand what the customer is looking for, answer their questions, and try to collect their email or phone for follow-up.", "tasks": ["Understand their interest", "Answer questions about products/services", "Collect contact details"]}}}, {"id": "node-3", "type": "actionNode", "position": {"x": 250, "y": 580}, "data": {"nodeType": "TAG_CONTACT", "config": {"tag": "ig-lead"}}}], "edges": [{"id": "e1", "source": "trigger-1", "target": "node-1"}, {"id": "e2", "source": "node-1", "target": "node-2"}, {"id": "e3", "source": "node-2", "target": "node-3"}]}}
8
+ {"slug": "messenger-support-intake", "name": "Messenger Support Intake", "description": "Collect support issues through Facebook Messenger with AI triage and human handover.", "category": "customer_support", "platforms": ["meta"], "industry_tags": ["e-commerce", "saas", "services"], "required_integrations": ["meta"], "is_featured": false, "variables": [{"key": "business_name", "label": "Business Name", "var_type": "text", "required": true, "description": "Your business or brand name", "default_value": null}, {"key": "company_name", "label": "Company Name", "var_type": "text", "required": false, "description": "Legal company name (can match business name)", "default_value": ""}], "builder_graph_json": {"nodes": [{"id": "trigger-1", "type": "triggerNode", "position": {"x": 250, "y": 50}, "data": {"nodeType": "MESSAGE_INBOUND", "platform": "meta", "config": {}}}, {"id": "node-1", "type": "actionNode", "position": {"x": 250, "y": 220}, "data": {"nodeType": "AI_REPLY", "config": {"goal": "You are the support intake bot for {{business_name}}. Collect the customer's issue details: What problem are they experiencing? When did it start? What have they already tried? Categorize the issue and prepare a summary for the support team.", "tasks": ["Identify the issue", "Collect details and steps to reproduce", "Categorize severity", "Summarize for support team"]}}}, {"id": "node-2", "type": "actionNode", "position": {"x": 250, "y": 400}, "data": {"nodeType": "TAG_CONTACT", "config": {"tag": "support"}}}, {"id": "node-3", "type": "actionNode", "position": {"x": 250, "y": 580}, "data": {"nodeType": "HUMAN_HANDOVER", "config": {"announcement": "Support ticket created via Messenger. Issue details collected by AI."}}}], "edges": [{"id": "e1", "source": "trigger-1", "target": "node-1"}, {"id": "e2", "source": "node-1", "target": "node-2"}, {"id": "e3", "source": "node-2", "target": "node-3"}]}}
9
+ {"slug": "meta-lead-ads-intake", "name": "Meta Lead Ads Qualifier", "description": "Automatically engage Meta Lead Ad submissions with AI qualification and CRM sync.", "category": "lead_generation", "platforms": ["meta"], "industry_tags": ["real-estate", "automotive", "education"], "required_integrations": ["meta", "zoho"], "is_featured": true, "variables": [{"key": "business_name", "label": "Business Name", "var_type": "text", "required": true, "description": "Your business or brand name", "default_value": null}, {"key": "company_name", "label": "Company Name", "var_type": "text", "required": false, "description": "Legal company name (can match business name)", "default_value": ""}], "builder_graph_json": {"nodes": [{"id": "trigger-1", "type": "triggerNode", "position": {"x": 250, "y": 50}, "data": {"nodeType": "LEAD_AD_SUBMIT", "platform": "meta", "config": {}}}, {"id": "node-1", "type": "actionNode", "position": {"x": 250, "y": 220}, "data": {"nodeType": "AI_REPLY", "config": {"goal": "Welcome this lead who submitted a form for {{business_name}}. Thank them for their interest, confirm the details they provided, and ask any additional qualifying questions: What is their budget? When are they looking to make a decision?", "tasks": ["Thank for form submission", "Confirm lead details", "Ask qualifying questions", "Collect additional info"]}}}, {"id": "node-2", "type": "actionNode", "position": {"x": 250, "y": 400}, "data": {"nodeType": "TAG_CONTACT", "config": {"tag": "lead-ad"}}}, {"id": "node-3", "type": "actionNode", "position": {"x": 250, "y": 580}, "data": {"nodeType": "ZOHO_UPSERT_LEAD", "config": {}}}], "edges": [{"id": "e1", "source": "trigger-1", "target": "node-1"}, {"id": "e2", "source": "node-1", "target": "node-2"}, {"id": "e3", "source": "node-2", "target": "node-3"}]}}
10
+ {"slug": "instagram-appointment-booking", "name": "Instagram Appointment Scheduler", "description": "Let Instagram followers book appointments through DMs with AI-guided scheduling.", "category": "sales", "platforms": ["meta"], "industry_tags": ["beauty", "healthcare", "fitness"], "required_integrations": ["meta"], "is_featured": false, "variables": [{"key": "business_name", "label": "Business Name", "var_type": "text", "required": true, "description": "Your business or brand name", "default_value": null}, {"key": "company_name", "label": "Company Name", "var_type": "text", "required": false, "description": "Legal company name (can match business name)", "default_value": ""}, {"key": "sales_phone", "label": "Sales Phone", "var_type": "phone", "required": false, "description": "Phone number for sales inquiries", "default_value": ""}, {"key": "working_hours", "label": "Working Hours", "var_type": "text", "required": false, "description": "e.g. Mon-Fri 9am-6pm", "default_value": "Mon-Fri 9am-6pm"}], "builder_graph_json": {"nodes": [{"id": "trigger-1", "type": "triggerNode", "position": {"x": 250, "y": 50}, "data": {"nodeType": "MESSAGE_INBOUND", "platform": "meta", "config": {}}}, {"id": "node-1", "type": "actionNode", "position": {"x": 250, "y": 220}, "data": {"nodeType": "AI_REPLY", "config": {"goal": "Help the customer book an appointment with {{business_name}} via Instagram DM. Ask for their preferred service, date, and time. Our hours are {{working_hours}}. Collect their name and phone number.", "tasks": ["Ask what service they need", "Ask preferred date/time", "Collect name and phone"]}}}, {"id": "node-2", "type": "actionNode", "position": {"x": 250, "y": 400}, "data": {"nodeType": "SEND_MESSAGE", "config": {"content": "Thanks for booking with {{business_name}}! We'll confirm your appointment shortly. Questions? Call us at {{sales_phone}}."}}}, {"id": "node-3", "type": "actionNode", "position": {"x": 250, "y": 580}, "data": {"nodeType": "TAG_CONTACT", "config": {"tag": "booked"}}}], "edges": [{"id": "e1", "source": "trigger-1", "target": "node-1"}, {"id": "e2", "source": "node-1", "target": "node-2"}, {"id": "e3", "source": "node-2", "target": "node-3"}]}}
11
+ {"slug": "omnichannel-lead-qualifier", "name": "Omnichannel Lead Qualifier", "description": "Unified AI lead qualification that works across WhatsApp and Meta channels with CRM integration.", "category": "lead_generation", "platforms": ["whatsapp", "meta"], "industry_tags": ["saas", "services", "real-estate"], "required_integrations": ["whatsapp", "meta", "zoho"], "is_featured": true, "variables": [{"key": "business_name", "label": "Business Name", "var_type": "text", "required": true, "description": "Your business or brand name", "default_value": null}, {"key": "company_name", "label": "Company Name", "var_type": "text", "required": false, "description": "Legal company name (can match business name)", "default_value": ""}], "builder_graph_json": {"nodes": [{"id": "trigger-1", "type": "triggerNode", "position": {"x": 250, "y": 50}, "data": {"nodeType": "MESSAGE_INBOUND", "platform": "whatsapp", "config": {}}}, {"id": "node-1", "type": "actionNode", "position": {"x": 250, "y": 220}, "data": {"nodeType": "AI_REPLY", "config": {"goal": "Qualify this inbound lead for {{business_name}}. Regardless of which channel they came from, collect: their name, email, what they're looking for, their budget range, and decision timeline. Be professional and conversational.", "tasks": ["Greet and introduce {{business_name}}", "Collect name and email", "Understand needs", "Qualify budget and timeline"]}}}, {"id": "node-2", "type": "actionNode", "position": {"x": 250, "y": 400}, "data": {"nodeType": "TAG_CONTACT", "config": {"tag": "qualified"}}}, {"id": "node-3", "type": "actionNode", "position": {"x": 250, "y": 580}, "data": {"nodeType": "ZOHO_UPSERT_LEAD", "config": {}}}], "edges": [{"id": "e1", "source": "trigger-1", "target": "node-1"}, {"id": "e2", "source": "node-1", "target": "node-2"}, {"id": "e3", "source": "node-2", "target": "node-3"}]}}
12
+ {"slug": "inbound-to-crm-pipeline", "name": "Inbound to CRM Pipeline", "description": "Capture every inbound conversation, extract structured lead data with AI, sync to your CRM, and hand over to sales.", "category": "sales", "platforms": ["whatsapp", "meta"], "industry_tags": ["saas", "services", "consulting", "real-estate"], "required_integrations": ["whatsapp", "meta", "zoho"], "is_featured": true, "variables": [{"key": "business_name", "label": "Business Name", "var_type": "text", "required": true, "description": "Your business or brand name", "default_value": null}, {"key": "company_name", "label": "Company Name", "var_type": "text", "required": false, "description": "Legal company name (can match business name)", "default_value": ""}, {"key": "sales_phone", "label": "Sales Phone", "var_type": "phone", "required": false, "description": "Phone number for sales inquiries", "default_value": ""}, {"key": "working_hours", "label": "Working Hours", "var_type": "text", "required": false, "description": "e.g. Mon-Fri 9am-6pm", "default_value": "Mon-Fri 9am-6pm"}], "builder_graph_json": {"nodes": [{"id": "trigger-1", "type": "triggerNode", "position": {"x": 250, "y": 50}, "data": {"nodeType": "MESSAGE_INBOUND", "platform": "whatsapp", "config": {}}}, {"id": "node-1", "type": "actionNode", "position": {"x": 250, "y": 220}, "data": {"nodeType": "AI_REPLY", "config": {"goal": "You are the intake assistant for {{business_name}}. Collect structured information from the customer: full name, email, phone number, company name, role/title, what they need, budget range, and decision timeline. Be conversational but thorough.", "tasks": ["Collect full name", "Collect email and phone", "Ask company and role", "Understand needs", "Qualify budget and timeline"], "output_schema": [{"key": "full_name", "label": "Full Name"}, {"key": "email", "label": "Email"}, {"key": "phone", "label": "Phone"}, {"key": "company", "label": "Company"}, {"key": "needs", "label": "What they need"}, {"key": "budget", "label": "Budget range"}]}}}, {"id": "node-2", "type": "actionNode", "position": {"x": 250, "y": 400}, "data": {"nodeType": "TAG_CONTACT", "config": {"tag": "pipeline"}}}, {"id": "node-3", "type": "actionNode", "position": {"x": 250, "y": 580}, "data": {"nodeType": "ZOHO_UPSERT_LEAD", "config": {}}}, {"id": "node-4", "type": "actionNode", "position": {"x": 250, "y": 760}, "data": {"nodeType": "HUMAN_HANDOVER", "config": {"announcement": "New pipeline lead synced to CRM for {{business_name}}. Contact {{sales_phone}} for immediate follow-up."}}}], "edges": [{"id": "e1", "source": "trigger-1", "target": "node-1"}, {"id": "e2", "source": "node-1", "target": "node-2"}, {"id": "e3", "source": "node-2", "target": "node-3"}, {"id": "e4", "source": "node-3", "target": "node-4"}]}}