dexto 1.0.2 → 1.1.0
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.
- package/README.md +1 -1
- package/agents/agent-registry.json +53 -0
- package/agents/database-agent/README.md +35 -0
- package/agents/database-agent/data/example.db +0 -0
- package/agents/database-agent/database-agent-example.sql +98 -0
- package/agents/database-agent/database-agent.yml +116 -0
- package/agents/database-agent/setup-database.sh +64 -0
- package/agents/{agent.yml → default-agent.yml} +1 -1
- package/agents/image-editor-agent/Lenna.webp +0 -0
- package/agents/image-editor-agent/README.md +435 -0
- package/agents/image-editor-agent/image-editor-agent.yml +45 -0
- package/agents/music-agent/README.md +294 -0
- package/agents/music-agent/music-agent.yml +43 -0
- package/agents/product-name-researcher/README.md +98 -0
- package/agents/product-name-researcher/product-name-researcher.yml +161 -0
- package/agents/talk2pdf-agent/README.md +166 -0
- package/agents/talk2pdf-agent/talk2pdf-agent.yml +42 -0
- package/agents/triage-demo/README.md +337 -0
- package/agents/triage-demo/billing-agent.yml +76 -0
- package/agents/triage-demo/docs/billing-policies.md +246 -0
- package/agents/triage-demo/docs/company-overview.md +94 -0
- package/agents/triage-demo/docs/escalation-policies.md +301 -0
- package/agents/triage-demo/docs/product-features.md +253 -0
- package/agents/triage-demo/docs/technical-documentation.md +226 -0
- package/agents/triage-demo/escalation-agent.yml +82 -0
- package/agents/triage-demo/product-info-agent.yml +86 -0
- package/agents/triage-demo/technical-support-agent.yml +71 -0
- package/agents/triage-demo/test-scenarios.md +209 -0
- package/agents/triage-demo/triage-agent.yml +172 -0
- package/dist/src/app/chunk-CLDYRNV6.js +10139 -0
- package/dist/src/app/chunk-DYNVXGAH.js +137 -0
- package/dist/src/app/chunk-PW2PHCHR.js +83 -0
- package/dist/src/app/chunk-R4Q522DR.js +205 -0
- package/dist/src/app/chunk-UXCBS3TR.js +281 -0
- package/dist/src/app/chunk-X6LEX724.js +108 -0
- package/dist/src/app/chunk-Y33BS5SA.js +39 -0
- package/dist/src/app/{cli-confirmation-handler-EZF6AMUS.js → cli-confirmation-handler-GJHPLGOL.js} +4 -1
- package/dist/src/app/errors-5MNETGOV.js +8 -0
- package/dist/src/app/index.js +1604 -8978
- package/dist/src/app/loader-EFMKWNNQ.js +20 -0
- package/dist/src/app/path-7FT4SZMO.js +23 -0
- package/dist/src/app/{postgres-backend-7HVVW3RL.js → postgres-backend-U5MIIMUY.js} +12 -1
- package/dist/src/app/{redis-backend-2YBZSSSV.js → redis-backend-NGI67ILT.js} +38 -9
- package/dist/src/app/registry-RALMVM3P.js +14 -0
- package/dist/src/app/sqlite-backend-752UUBD4.js +245 -0
- package/dist/src/app/webui/.next/standalone/.next/BUILD_ID +1 -1
- package/dist/src/app/webui/.next/standalone/.next/app-build-manifest.json +20 -21
- package/dist/src/app/webui/.next/standalone/.next/app-path-routes-manifest.json +0 -1
- package/dist/src/app/webui/.next/standalone/.next/build-manifest.json +4 -4
- package/dist/src/app/webui/.next/standalone/.next/prerender-manifest.json +4 -82
- package/dist/src/app/webui/.next/standalone/.next/required-server-files.json +2 -3
- package/dist/src/app/webui/.next/standalone/.next/routes-manifest.json +0 -6
- package/dist/src/app/webui/.next/standalone/.next/server/app/_not-found/page.js +1 -1
- package/dist/src/app/webui/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/dist/src/app/webui/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/src/app/webui/.next/standalone/.next/server/app/page.js +7 -3
- package/dist/src/app/webui/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/dist/src/app/webui/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/src/app/webui/.next/standalone/.next/server/app/playground/page.js +8 -8
- package/dist/src/app/webui/.next/standalone/.next/server/app/playground/page.js.nft.json +1 -1
- package/dist/src/app/webui/.next/standalone/.next/server/app/playground/page_client-reference-manifest.js +1 -1
- package/dist/src/app/webui/.next/standalone/.next/server/app-paths-manifest.json +0 -1
- package/dist/src/app/webui/.next/standalone/.next/server/chunks/176.js +1 -0
- package/dist/src/app/webui/.next/standalone/.next/server/chunks/195.js +24 -0
- package/dist/src/app/webui/.next/standalone/.next/server/chunks/620.js +1 -0
- package/dist/src/app/webui/.next/standalone/.next/server/chunks/80.js +5 -0
- package/dist/src/app/webui/.next/standalone/.next/server/middleware-build-manifest.js +1 -1
- package/dist/src/app/webui/.next/standalone/.next/server/pages/500.html +1 -1
- package/dist/src/app/webui/.next/standalone/.next/server/pages-manifest.json +1 -2
- package/dist/src/app/webui/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/dist/src/app/webui/.next/standalone/.next/server/webpack-runtime.js +1 -1
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/190-b897ef36fde616bf.js +1 -0
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/487-a77054bd2c64c79c.js +1 -0
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/588-dbe47a44489742dd.js +1 -0
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/62-35030b5cb176bd7b.js +1 -0
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/app/layout-91c0cb9eb1ee327a.js +1 -0
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/app/page-3279aaf14db87f45.js +1 -0
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/app/playground/page-200aad53af9ca53f.js +1 -0
- package/dist/src/app/webui/.next/standalone/.next/static/css/af71306827be150e.css +3 -0
- package/dist/src/app/webui/.next/standalone/.next/static/tpCURR82LyyGfdALJ4Qvl/_buildManifest.js +1 -0
- package/dist/src/app/webui/.next/standalone/package.json +4 -3
- package/dist/src/app/webui/.next/standalone/public/favicon2.ico +0 -0
- package/dist/src/app/webui/.next/standalone/public/logo.svg +1 -0
- package/dist/src/app/webui/.next/standalone/public/logo_no_text.png +0 -0
- package/dist/src/app/webui/.next/standalone/server.js +1 -1
- package/dist/src/app/webui/.next/static/chunks/190-b897ef36fde616bf.js +1 -0
- package/dist/src/app/webui/.next/static/chunks/487-a77054bd2c64c79c.js +1 -0
- package/dist/src/app/webui/.next/static/chunks/588-dbe47a44489742dd.js +1 -0
- package/dist/src/app/webui/.next/static/chunks/62-35030b5cb176bd7b.js +1 -0
- package/dist/src/app/webui/.next/static/chunks/app/layout-91c0cb9eb1ee327a.js +1 -0
- package/dist/src/app/webui/.next/static/chunks/app/page-3279aaf14db87f45.js +1 -0
- package/dist/src/app/webui/.next/static/chunks/app/playground/page-200aad53af9ca53f.js +1 -0
- package/dist/src/app/webui/.next/static/css/af71306827be150e.css +3 -0
- package/dist/src/app/webui/.next/static/tpCURR82LyyGfdALJ4Qvl/_buildManifest.js +1 -0
- package/dist/src/app/webui/package.json +4 -3
- package/dist/src/app/webui/public/favicon2.ico +0 -0
- package/dist/src/app/webui/public/logo.svg +1 -0
- package/dist/src/app/webui/public/logo_no_text.png +0 -0
- package/dist/src/core/chunk-7A6NQKQ3.js +193 -0
- package/dist/src/core/chunk-CZIXQNMZ.js +12191 -0
- package/dist/src/core/index.cjs +10605 -8030
- package/dist/src/core/index.d.cts +4339 -3927
- package/dist/src/core/index.d.ts +4339 -3927
- package/dist/src/core/index.js +113 -8381
- package/dist/src/core/{postgres-backend-ERZ6DP76.js → postgres-backend-LOLKTD2T.js} +9 -2
- package/dist/src/core/{redis-backend-46O7Y44C.js → redis-backend-APZ576PJ.js} +35 -10
- package/dist/src/core/sqlite-backend-KQ75DPR7.js +245 -0
- package/package.json +18 -11
- package/dist/src/app/chunk-W7G44EAE.js +0 -463
- package/dist/src/app/sqlite-backend-VRXGIKHQ.js +0 -180
- package/dist/src/app/webui/.next/standalone/.next/server/app/_not-found.html +0 -1
- package/dist/src/app/webui/.next/standalone/.next/server/app/_not-found.meta +0 -8
- package/dist/src/app/webui/.next/standalone/.next/server/app/_not-found.rsc +0 -21
- package/dist/src/app/webui/.next/standalone/.next/server/app/favicon.ico/route.js +0 -1
- package/dist/src/app/webui/.next/standalone/.next/server/app/favicon.ico/route.js.nft.json +0 -1
- package/dist/src/app/webui/.next/standalone/.next/server/app/favicon.ico.body +0 -0
- package/dist/src/app/webui/.next/standalone/.next/server/app/favicon.ico.meta +0 -1
- package/dist/src/app/webui/.next/standalone/.next/server/app/index.html +0 -1
- package/dist/src/app/webui/.next/standalone/.next/server/app/index.meta +0 -7
- package/dist/src/app/webui/.next/standalone/.next/server/app/index.rsc +0 -22
- package/dist/src/app/webui/.next/standalone/.next/server/app/playground.html +0 -1
- package/dist/src/app/webui/.next/standalone/.next/server/app/playground.meta +0 -7
- package/dist/src/app/webui/.next/standalone/.next/server/app/playground.rsc +0 -25
- package/dist/src/app/webui/.next/standalone/.next/server/chunks/447.js +0 -20
- package/dist/src/app/webui/.next/standalone/.next/server/chunks/504.js +0 -1
- package/dist/src/app/webui/.next/standalone/.next/server/chunks/54.js +0 -5
- package/dist/src/app/webui/.next/standalone/.next/server/chunks/624.js +0 -1
- package/dist/src/app/webui/.next/standalone/.next/server/chunks/985.js +0 -5
- package/dist/src/app/webui/.next/standalone/.next/server/pages/404.html +0 -1
- package/dist/src/app/webui/.next/standalone/.next/static/L4341-2-iEIknMYuTWeoz/_buildManifest.js +0 -1
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/125-9b34ec01f112cdb2.js +0 -1
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/487-c6ea8b63ca68db1c.js +0 -1
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/588-20dc7f3a8664c387.js +0 -1
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/687-3e614f30982093f6.js +0 -1
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/879-cf875984faa0b72f.js +0 -1
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/app/layout-ed56660b7ecaf47b.js +0 -1
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/app/page-b05580de36ce0e36.js +0 -1
- package/dist/src/app/webui/.next/standalone/.next/static/chunks/app/playground/page-ac5443cddbe824aa.js +0 -1
- package/dist/src/app/webui/.next/standalone/.next/static/css/d44f09bc2605dc76.css +0 -3
- package/dist/src/app/webui/.next/standalone/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js +0 -19
- package/dist/src/app/webui/.next/standalone/public/favicon.svg +0 -26
- package/dist/src/app/webui/.next/standalone/public/logo.png +0 -0
- package/dist/src/app/webui/.next/static/L4341-2-iEIknMYuTWeoz/_buildManifest.js +0 -1
- package/dist/src/app/webui/.next/static/chunks/125-9b34ec01f112cdb2.js +0 -1
- package/dist/src/app/webui/.next/static/chunks/487-c6ea8b63ca68db1c.js +0 -1
- package/dist/src/app/webui/.next/static/chunks/588-20dc7f3a8664c387.js +0 -1
- package/dist/src/app/webui/.next/static/chunks/687-3e614f30982093f6.js +0 -1
- package/dist/src/app/webui/.next/static/chunks/879-cf875984faa0b72f.js +0 -1
- package/dist/src/app/webui/.next/static/chunks/app/layout-ed56660b7ecaf47b.js +0 -1
- package/dist/src/app/webui/.next/static/chunks/app/page-b05580de36ce0e36.js +0 -1
- package/dist/src/app/webui/.next/static/chunks/app/playground/page-ac5443cddbe824aa.js +0 -1
- package/dist/src/app/webui/.next/static/css/d44f09bc2605dc76.css +0 -3
- package/dist/src/app/webui/public/favicon.svg +0 -26
- package/dist/src/app/webui/public/logo.png +0 -0
- package/dist/src/core/chunk-6VYPSHEV.js +0 -2153
- package/dist/src/core/chunk-BYHW25EA.js +0 -41
- package/dist/src/core/sqlite-backend-M2ZPSSIZ.js +0 -184
- /package/dist/src/app/webui/.next/standalone/.next/static/chunks/{4bd1b696-2df85d4b3b58aed5.js → 4bd1b696-c95fa02060335229.js} +0 -0
- /package/dist/src/app/webui/.next/standalone/.next/static/chunks/{684-058c08971e023037.js → 684-2e7175657246b549.js} +0 -0
- /package/dist/src/app/webui/.next/standalone/.next/static/chunks/app/_not-found/{page-7b137d85f9de4771.js → page-b63df5a8d3225455.js} +0 -0
- /package/dist/src/app/webui/.next/standalone/.next/static/{L4341-2-iEIknMYuTWeoz → tpCURR82LyyGfdALJ4Qvl}/_ssgManifest.js +0 -0
- /package/dist/src/app/webui/.next/static/chunks/{4bd1b696-2df85d4b3b58aed5.js → 4bd1b696-c95fa02060335229.js} +0 -0
- /package/dist/src/app/webui/.next/static/chunks/{684-058c08971e023037.js → 684-2e7175657246b549.js} +0 -0
- /package/dist/src/app/webui/.next/static/chunks/app/_not-found/{page-7b137d85f9de4771.js → page-b63df5a8d3225455.js} +0 -0
- /package/dist/src/app/webui/.next/static/{L4341-2-iEIknMYuTWeoz → tpCURR82LyyGfdALJ4Qvl}/_ssgManifest.js +0 -0
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
# TeamFlow Billing Policies & Procedures
|
|
2
|
+
|
|
3
|
+
## Pricing Plans & Features
|
|
4
|
+
|
|
5
|
+
### Basic Plan - $9/user/month
|
|
6
|
+
**Billed monthly or annually ($90/user/year, save 17%)**
|
|
7
|
+
|
|
8
|
+
**Features Included**:
|
|
9
|
+
- Up to 10 team members
|
|
10
|
+
- 5GB storage per team
|
|
11
|
+
- Core project management (tasks, boards, basic reporting)
|
|
12
|
+
- Email support (24-hour response)
|
|
13
|
+
- Mobile apps (iOS/Android)
|
|
14
|
+
- API access (1,000 requests/hour)
|
|
15
|
+
- Basic integrations (Google Calendar, basic file imports)
|
|
16
|
+
|
|
17
|
+
**Usage Limits**:
|
|
18
|
+
- Maximum 1,000 tasks per workspace
|
|
19
|
+
- 50MB maximum file upload size
|
|
20
|
+
- Email support only
|
|
21
|
+
|
|
22
|
+
### Pro Plan - $19/user/month
|
|
23
|
+
**Billed monthly or annually ($190/user/year, save 17%)**
|
|
24
|
+
|
|
25
|
+
**Features Included**:
|
|
26
|
+
- Up to 100 team members
|
|
27
|
+
- 100GB storage per team
|
|
28
|
+
- Advanced project management (Gantt charts, custom fields, advanced reporting)
|
|
29
|
+
- Priority support (8-hour response, chat support)
|
|
30
|
+
- Advanced integrations (Slack, GitHub, Jira, Salesforce)
|
|
31
|
+
- API access (10,000 requests/hour)
|
|
32
|
+
- Custom workflows and automation
|
|
33
|
+
- Time tracking and invoicing
|
|
34
|
+
- Advanced security (2FA, audit logs)
|
|
35
|
+
|
|
36
|
+
**Usage Limits**:
|
|
37
|
+
- Maximum 10,000 tasks per workspace
|
|
38
|
+
- 100MB maximum file upload size
|
|
39
|
+
- Priority support queue
|
|
40
|
+
|
|
41
|
+
### Enterprise Plan - $39/user/month
|
|
42
|
+
**Billed annually only ($468/user/year), minimum 25 users**
|
|
43
|
+
|
|
44
|
+
**Features Included**:
|
|
45
|
+
- Unlimited team members
|
|
46
|
+
- 1TB storage per team
|
|
47
|
+
- Enterprise security (SSO, SAML, advanced compliance)
|
|
48
|
+
- Dedicated customer success manager
|
|
49
|
+
- Phone support (4-hour response SLA)
|
|
50
|
+
- Unlimited API access
|
|
51
|
+
- Custom integrations and white-labeling
|
|
52
|
+
- Advanced admin controls
|
|
53
|
+
- On-premises deployment option (additional cost)
|
|
54
|
+
- 99.95% uptime SLA
|
|
55
|
+
|
|
56
|
+
**Usage Limits**:
|
|
57
|
+
- Unlimited tasks and projects
|
|
58
|
+
- 500MB maximum file upload size
|
|
59
|
+
- Dedicated support team
|
|
60
|
+
|
|
61
|
+
## Billing Cycles & Payment Processing
|
|
62
|
+
|
|
63
|
+
### Billing Dates
|
|
64
|
+
- **Monthly Plans**: Charged on the same day each month as initial subscription
|
|
65
|
+
- **Annual Plans**: Charged once per year on subscription anniversary
|
|
66
|
+
- **Billing Time**: All charges processed at 12:00 AM UTC
|
|
67
|
+
- **Failed Payment Retries**: Automatic retries on days 3, 7, and 14
|
|
68
|
+
|
|
69
|
+
### Accepted Payment Methods
|
|
70
|
+
- **Credit Cards**: Visa, MasterCard, American Express, Discover
|
|
71
|
+
- **Debit Cards**: Visa and MasterCard debit cards
|
|
72
|
+
- **Enterprise Options**: Wire transfer, ACH (US only), annual invoicing
|
|
73
|
+
- **International**: PayPal for international customers
|
|
74
|
+
- **Cryptocurrency**: Not currently accepted
|
|
75
|
+
|
|
76
|
+
### Prorated Billing
|
|
77
|
+
- **Plan Upgrades**: Immediate access, prorated charge for remaining billing period
|
|
78
|
+
- **Plan Downgrades**: Takes effect at next billing cycle, no immediate refund
|
|
79
|
+
- **Adding Users**: Prorated charge for new users based on remaining billing period
|
|
80
|
+
- **Removing Users**: Credit applied to next invoice
|
|
81
|
+
|
|
82
|
+
## Refund Policy
|
|
83
|
+
|
|
84
|
+
### Refund Eligibility
|
|
85
|
+
|
|
86
|
+
#### Full Refunds (100%)
|
|
87
|
+
- **New Subscriptions**: Within 30 days of first payment
|
|
88
|
+
- **Service Outages**: If SLA uptime guarantees are not met
|
|
89
|
+
- **Billing Errors**: Duplicate charges, incorrect amounts
|
|
90
|
+
- **Technical Issues**: If service is unusable and cannot be resolved within 48 hours
|
|
91
|
+
|
|
92
|
+
#### Partial Refunds
|
|
93
|
+
- **Plan Downgrades**: Credit for unused portion (Enterprise to Pro/Basic)
|
|
94
|
+
- **Early Cancellation**: Pro-rated refund for annual plans (minimum 90 days required)
|
|
95
|
+
- **User Reduction**: Credit applied to next billing cycle
|
|
96
|
+
|
|
97
|
+
#### No Refunds
|
|
98
|
+
- **Basic Plan**: No refunds for monthly Basic plans after 30 days
|
|
99
|
+
- **Temporary Outages**: Outages under 4 hours (within SLA)
|
|
100
|
+
- **User Error**: Data deletion, misconfiguration, or user training issues
|
|
101
|
+
- **Third-party Integration Issues**: Problems with Slack, GitHub, etc.
|
|
102
|
+
|
|
103
|
+
### Refund Processing Time
|
|
104
|
+
- **Credit Cards**: 5-10 business days
|
|
105
|
+
- **PayPal**: 24-48 hours
|
|
106
|
+
- **Wire Transfer/ACH**: 10-15 business days
|
|
107
|
+
|
|
108
|
+
## Common Billing Scenarios
|
|
109
|
+
|
|
110
|
+
### 1. Plan Upgrades
|
|
111
|
+
|
|
112
|
+
#### Basic to Pro Upgrade
|
|
113
|
+
- **Timing**: Immediate access to Pro features
|
|
114
|
+
- **Billing**: Prorated charge for Pro plan, credit for unused Basic time
|
|
115
|
+
- **Example**: 15 days into Basic monthly cycle → charged $14.50 for remaining Pro time
|
|
116
|
+
|
|
117
|
+
#### Pro to Enterprise Upgrade
|
|
118
|
+
- **Requirements**: Minimum 25 users, annual billing only
|
|
119
|
+
- **Process**: Requires sales team approval for custom Enterprise features
|
|
120
|
+
- **Migration**: Dedicated success manager assists with transition
|
|
121
|
+
|
|
122
|
+
### 2. Plan Downgrades
|
|
123
|
+
|
|
124
|
+
#### Pro to Basic Downgrade
|
|
125
|
+
- **Timing**: Takes effect at next billing cycle
|
|
126
|
+
- **Data Retention**: 90-day grace period for Pro-only data (advanced reports, etc.)
|
|
127
|
+
- **User Limits**: Must reduce team size to 10 users or less before downgrade
|
|
128
|
+
|
|
129
|
+
#### Enterprise to Pro Downgrade
|
|
130
|
+
- **Notice Period**: 60-day notice required
|
|
131
|
+
- **Custom Features**: Loss of SSO, dedicated support, custom integrations
|
|
132
|
+
- **Partial Refund**: Available for remaining months of annual contract
|
|
133
|
+
|
|
134
|
+
### 3. User Management
|
|
135
|
+
|
|
136
|
+
#### Adding Users
|
|
137
|
+
- **Process**: Admin adds users in account settings
|
|
138
|
+
- **Billing**: Prorated charge for remaining billing period
|
|
139
|
+
- **Automatic**: Charges appear on next invoice with detailed breakdown
|
|
140
|
+
|
|
141
|
+
#### Removing Users
|
|
142
|
+
- **Deactivation**: Admin can deactivate users immediately
|
|
143
|
+
- **Billing Impact**: Credit applied to next billing cycle
|
|
144
|
+
- **Data Retention**: User data retained for 30 days in case of reactivation
|
|
145
|
+
|
|
146
|
+
### 4. Payment Failures
|
|
147
|
+
|
|
148
|
+
#### First Failed Payment
|
|
149
|
+
- **Action**: Automatic retry in 3 days
|
|
150
|
+
- **User Impact**: No service interruption
|
|
151
|
+
- **Notification**: Email sent to account admin
|
|
152
|
+
|
|
153
|
+
#### Second Failed Payment (Day 7)
|
|
154
|
+
- **Action**: Second automatic retry
|
|
155
|
+
- **User Impact**: Warning banner in app
|
|
156
|
+
- **Notification**: Email and in-app notification
|
|
157
|
+
|
|
158
|
+
#### Third Failed Payment (Day 14)
|
|
159
|
+
- **Action**: Final automatic retry
|
|
160
|
+
- **User Impact**: Account enters "Past Due" status
|
|
161
|
+
- **Features**: Read-only access, limited functionality
|
|
162
|
+
|
|
163
|
+
#### Account Suspension (Day 21)
|
|
164
|
+
- **Action**: Account suspended if payment still fails
|
|
165
|
+
- **User Impact**: Complete loss of access
|
|
166
|
+
- **Data Retention**: 30-day grace period before data deletion
|
|
167
|
+
|
|
168
|
+
### 5. Currency & International Billing
|
|
169
|
+
|
|
170
|
+
#### Supported Currencies
|
|
171
|
+
- **Primary**: USD (US Dollar)
|
|
172
|
+
- **Additional**: EUR (Euro), GBP (British Pound), CAD (Canadian Dollar)
|
|
173
|
+
- **Exchange Rates**: Updated daily, charged in customer's local currency when available
|
|
174
|
+
|
|
175
|
+
#### International Considerations
|
|
176
|
+
- **VAT/Taxes**: Applied automatically based on billing address
|
|
177
|
+
- **Payment Methods**: PayPal preferred for international customers
|
|
178
|
+
- **Currency Conversion**: Customer's bank may apply additional conversion fees
|
|
179
|
+
|
|
180
|
+
## Enterprise Billing
|
|
181
|
+
|
|
182
|
+
### Custom Pricing
|
|
183
|
+
- **Volume Discounts**: Available for 100+ users
|
|
184
|
+
- **Multi-year Agreements**: Additional discounts for 2-3 year contracts
|
|
185
|
+
- **Custom Features**: Additional costs for white-labeling, on-premises deployment
|
|
186
|
+
|
|
187
|
+
### Invoice Process
|
|
188
|
+
- **Net Terms**: 30-day payment terms standard
|
|
189
|
+
- **PO Numbers**: Purchase order numbers accepted and included on invoices
|
|
190
|
+
- **Multiple Billing Contacts**: Support for separate billing and technical contacts
|
|
191
|
+
- **Custom Payment Terms**: Negotiable for large enterprise accounts
|
|
192
|
+
|
|
193
|
+
## Billing Support Procedures
|
|
194
|
+
|
|
195
|
+
### Customer Identity Verification
|
|
196
|
+
Before discussing billing information, verify:
|
|
197
|
+
1. **Account Email**: Customer must provide account email address
|
|
198
|
+
2. **Last Payment Amount**: Ask for recent payment amount/date
|
|
199
|
+
3. **Billing Address**: Verify last 4 digits of ZIP/postal code
|
|
200
|
+
4. **Security Question**: Account-specific security question if configured
|
|
201
|
+
|
|
202
|
+
### Common Resolution Steps
|
|
203
|
+
|
|
204
|
+
#### Duplicate Charges
|
|
205
|
+
1. Verify both charges in billing system
|
|
206
|
+
2. Check if customer has multiple accounts
|
|
207
|
+
3. Process immediate refund for duplicate charge
|
|
208
|
+
4. Update payment method if card was charged twice due to processing error
|
|
209
|
+
|
|
210
|
+
#### Failed Payment Recovery
|
|
211
|
+
1. Verify current payment method on file
|
|
212
|
+
2. Check for expired cards or insufficient funds
|
|
213
|
+
3. Update payment method if needed
|
|
214
|
+
4. Process manual payment if urgently needed
|
|
215
|
+
5. Restore account access immediately upon successful payment
|
|
216
|
+
|
|
217
|
+
#### Subscription Cancellation
|
|
218
|
+
1. Confirm customer intent to cancel
|
|
219
|
+
2. Offer plan downgrade as alternative
|
|
220
|
+
3. Process cancellation for end of current billing period
|
|
221
|
+
4. Provide data export instructions
|
|
222
|
+
5. Send confirmation email with final billing details
|
|
223
|
+
|
|
224
|
+
### Escalation Triggers
|
|
225
|
+
|
|
226
|
+
Escalate to Finance Team when:
|
|
227
|
+
- Refund requests over $500
|
|
228
|
+
- Enterprise contract modifications
|
|
229
|
+
- Custom pricing negotiations
|
|
230
|
+
- Legal or compliance billing questions
|
|
231
|
+
- Suspected fraudulent activity
|
|
232
|
+
- International tax questions
|
|
233
|
+
|
|
234
|
+
### Billing System Access
|
|
235
|
+
|
|
236
|
+
#### Internal Tools
|
|
237
|
+
- **Billing Dashboard**: Real-time subscription and payment status
|
|
238
|
+
- **Payment Processor**: Stripe dashboard for transaction details
|
|
239
|
+
- **Invoice System**: Generate and send custom invoices
|
|
240
|
+
- **Refund Portal**: Process refunds up to $500 limit
|
|
241
|
+
|
|
242
|
+
#### Customer Tools
|
|
243
|
+
- **Account Billing Page**: Self-service billing management
|
|
244
|
+
- **Invoice Download**: PDF invoices for all past payments
|
|
245
|
+
- **Payment Method Update**: Credit card and PayPal management
|
|
246
|
+
- **Usage Reports**: Storage and API usage tracking
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# TeamFlow - Company Overview
|
|
2
|
+
|
|
3
|
+
## About TeamFlow
|
|
4
|
+
|
|
5
|
+
TeamFlow is a leading cloud-based project management and team collaboration platform that helps organizations streamline their workflows, improve team productivity, and deliver projects on time. Founded in 2019, we serve over 50,000 companies worldwide, from small startups to Fortune 500 enterprises.
|
|
6
|
+
|
|
7
|
+
## Our Mission
|
|
8
|
+
|
|
9
|
+
To empower teams to work more efficiently and collaboratively through intuitive project management tools and seamless integrations with the tools they already use.
|
|
10
|
+
|
|
11
|
+
## Key Products & Services
|
|
12
|
+
|
|
13
|
+
### TeamFlow Platform
|
|
14
|
+
- **Project Management**: Kanban boards, Gantt charts, task management
|
|
15
|
+
- **Team Collaboration**: Real-time chat, file sharing, video conferencing integration
|
|
16
|
+
- **Time Tracking**: Automated time tracking with detailed reporting
|
|
17
|
+
- **Resource Management**: Team capacity planning and workload balancing
|
|
18
|
+
- **Analytics & Reporting**: Custom dashboards and project insights
|
|
19
|
+
|
|
20
|
+
### TeamFlow API
|
|
21
|
+
- RESTful API with comprehensive documentation
|
|
22
|
+
- Webhook support for real-time notifications
|
|
23
|
+
- Rate limits: 1,000 requests/hour (Basic), 10,000/hour (Pro), unlimited (Enterprise)
|
|
24
|
+
- SDKs available for JavaScript, Python, PHP, and Ruby
|
|
25
|
+
|
|
26
|
+
### TeamFlow Mobile Apps
|
|
27
|
+
- Native iOS and Android applications
|
|
28
|
+
- Offline synchronization capabilities
|
|
29
|
+
- Push notifications for project updates
|
|
30
|
+
|
|
31
|
+
## Service Plans
|
|
32
|
+
|
|
33
|
+
### Basic Plan - $9/user/month
|
|
34
|
+
- Up to 10 team members
|
|
35
|
+
- 5GB storage per team
|
|
36
|
+
- Core project management features
|
|
37
|
+
- Email support
|
|
38
|
+
- API access (1,000 requests/hour)
|
|
39
|
+
|
|
40
|
+
### Pro Plan - $19/user/month
|
|
41
|
+
- Up to 100 team members
|
|
42
|
+
- 100GB storage per team
|
|
43
|
+
- Advanced reporting and analytics
|
|
44
|
+
- Priority email and chat support
|
|
45
|
+
- Advanced integrations (Slack, GitHub, Jira)
|
|
46
|
+
- API access (10,000 requests/hour)
|
|
47
|
+
- Custom fields and workflows
|
|
48
|
+
|
|
49
|
+
### Enterprise Plan - $39/user/month
|
|
50
|
+
- Unlimited team members
|
|
51
|
+
- 1TB storage per team
|
|
52
|
+
- Advanced security (SSO, 2FA)
|
|
53
|
+
- Dedicated customer success manager
|
|
54
|
+
- Phone support with 4-hour response SLA
|
|
55
|
+
- Unlimited API access
|
|
56
|
+
- Custom integrations and white-labeling
|
|
57
|
+
- Advanced admin controls and audit logs
|
|
58
|
+
|
|
59
|
+
## Key Integrations
|
|
60
|
+
|
|
61
|
+
- **Communication**: Slack, Microsoft Teams, Discord
|
|
62
|
+
- **Development**: GitHub, GitLab, Bitbucket, Jira
|
|
63
|
+
- **File Storage**: Google Drive, Dropbox, OneDrive
|
|
64
|
+
- **Calendar**: Google Calendar, Outlook, Apple Calendar
|
|
65
|
+
- **Time Tracking**: Toggl, Harvest, RescueTime
|
|
66
|
+
- **CRM**: Salesforce, HubSpot, Pipedrive
|
|
67
|
+
|
|
68
|
+
## Service Level Agreements (SLA)
|
|
69
|
+
|
|
70
|
+
### Uptime Commitments
|
|
71
|
+
- Basic Plan: 99.5% uptime
|
|
72
|
+
- Pro Plan: 99.9% uptime
|
|
73
|
+
- Enterprise Plan: 99.95% uptime with dedicated infrastructure
|
|
74
|
+
|
|
75
|
+
### Support Response Times
|
|
76
|
+
- Basic: Email support within 24 hours
|
|
77
|
+
- Pro: Email/chat support within 8 hours
|
|
78
|
+
- Enterprise: Phone/email/chat support within 4 hours
|
|
79
|
+
|
|
80
|
+
## Security & Compliance
|
|
81
|
+
|
|
82
|
+
- SOC 2 Type II certified
|
|
83
|
+
- GDPR compliant
|
|
84
|
+
- ISO 27001 certified
|
|
85
|
+
- Enterprise-grade encryption (AES-256)
|
|
86
|
+
- Regular security audits and penetration testing
|
|
87
|
+
|
|
88
|
+
## Contact Information
|
|
89
|
+
|
|
90
|
+
- **Headquarters**: San Francisco, CA
|
|
91
|
+
- **Support Email**: support@teamflow.com
|
|
92
|
+
- **Sales Email**: sales@teamflow.com
|
|
93
|
+
- **Emergency Escalation**: escalations@teamflow.com
|
|
94
|
+
- **Phone**: 1-800-TEAMFLOW (1-800-832-6356)
|
|
@@ -0,0 +1,301 @@
|
|
|
1
|
+
# TeamFlow Escalation Policies & Procedures
|
|
2
|
+
|
|
3
|
+
## Escalation Overview
|
|
4
|
+
|
|
5
|
+
The escalation process ensures that complex, sensitive, or high-priority customer issues receive appropriate attention from senior staff and management. This document outlines when to escalate, escalation paths, and procedures for different types of issues.
|
|
6
|
+
|
|
7
|
+
## Escalation Criteria
|
|
8
|
+
|
|
9
|
+
### Immediate Escalation (Within 15 minutes)
|
|
10
|
+
|
|
11
|
+
#### Security & Data Incidents
|
|
12
|
+
- Suspected data breach or unauthorized access
|
|
13
|
+
- Customer reports potential security vulnerability
|
|
14
|
+
- Malicious activity detected on customer accounts
|
|
15
|
+
- Data loss or corruption affecting customer data
|
|
16
|
+
- Compliance violations (GDPR, HIPAA, SOC 2)
|
|
17
|
+
|
|
18
|
+
#### Service Outages
|
|
19
|
+
- Platform-wide service disruption
|
|
20
|
+
- API downtime affecting multiple customers
|
|
21
|
+
- Critical infrastructure failures
|
|
22
|
+
- Database connectivity issues
|
|
23
|
+
- CDN or hosting provider problems
|
|
24
|
+
|
|
25
|
+
#### Legal & Compliance Issues
|
|
26
|
+
- Legal threats or litigation mentions
|
|
27
|
+
- Regulatory compliance inquiries
|
|
28
|
+
- Subpoenas or legal document requests
|
|
29
|
+
- Data deletion requests under GDPR "Right to be Forgotten"
|
|
30
|
+
- Intellectual property disputes
|
|
31
|
+
|
|
32
|
+
### Priority Escalation (Within 1 hour)
|
|
33
|
+
|
|
34
|
+
#### Enterprise Customer Issues
|
|
35
|
+
- Any issue affecting Enterprise customers
|
|
36
|
+
- SLA violations for Enterprise accounts
|
|
37
|
+
- Dedicated success manager requests
|
|
38
|
+
- Custom integration problems
|
|
39
|
+
- White-label deployment issues
|
|
40
|
+
|
|
41
|
+
#### Financial Impact
|
|
42
|
+
- Billing system errors affecting multiple customers
|
|
43
|
+
- Payment processor failures
|
|
44
|
+
- Refund requests over $1,000
|
|
45
|
+
- Revenue recognition issues
|
|
46
|
+
- Contract modification requests
|
|
47
|
+
|
|
48
|
+
#### High-Value Accounts
|
|
49
|
+
- Customers with >$50k annual contract value
|
|
50
|
+
- Fortune 500 company issues
|
|
51
|
+
- Potential churn indicators for major accounts
|
|
52
|
+
- Competitive pressures from large customers
|
|
53
|
+
- Expansion opportunity discussions
|
|
54
|
+
|
|
55
|
+
### Standard Escalation (Within 4 hours)
|
|
56
|
+
|
|
57
|
+
#### Technical Issues
|
|
58
|
+
- Unresolved technical problems after 24 hours
|
|
59
|
+
- Multiple failed resolution attempts
|
|
60
|
+
- Customer-reported bugs affecting core functionality
|
|
61
|
+
- Integration partner API issues
|
|
62
|
+
- Performance degradation reports
|
|
63
|
+
|
|
64
|
+
#### Customer Satisfaction
|
|
65
|
+
- Formal complaints about service quality
|
|
66
|
+
- Requests to speak with management
|
|
67
|
+
- Negative feedback about support experience
|
|
68
|
+
- Social media mentions requiring response
|
|
69
|
+
- Product feature requests from Pro customers
|
|
70
|
+
|
|
71
|
+
## Escalation Paths
|
|
72
|
+
|
|
73
|
+
### Level 1: First-Line Support
|
|
74
|
+
- **Technical Support Agent**: Technical issues, bugs, troubleshooting
|
|
75
|
+
- **Billing Agent**: Payment, subscription, pricing questions
|
|
76
|
+
- **Product Info Agent**: Features, plans, general information
|
|
77
|
+
- **Response Time**: 24 hours (Basic), 8 hours (Pro), 4 hours (Enterprise)
|
|
78
|
+
|
|
79
|
+
### Level 2: Senior Support
|
|
80
|
+
- **Senior Technical Specialist**: Complex technical issues, integration problems
|
|
81
|
+
- **Billing Manager**: Billing disputes, refund approvals, contract changes
|
|
82
|
+
- **Product Manager**: Feature requests, product feedback, roadmap questions
|
|
83
|
+
- **Response Time**: 4 hours (all plans)
|
|
84
|
+
|
|
85
|
+
### Level 3: Management
|
|
86
|
+
- **Support Manager**: Service quality issues, team performance, process improvements
|
|
87
|
+
- **Engineering Manager**: System outages, security incidents, technical escalations
|
|
88
|
+
- **Finance Director**: Large refunds, contract negotiations, revenue issues
|
|
89
|
+
- **Response Time**: 2 hours
|
|
90
|
+
|
|
91
|
+
### Level 4: Executive
|
|
92
|
+
- **VP of Customer Success**: Enterprise customer issues, major account management
|
|
93
|
+
- **CTO**: Security breaches, major technical failures, architecture decisions
|
|
94
|
+
- **CEO**: Legal issues, major customer relationships, crisis management
|
|
95
|
+
- **Response Time**: 1 hour
|
|
96
|
+
|
|
97
|
+
## Contact Information
|
|
98
|
+
|
|
99
|
+
### Internal Emergency Contacts
|
|
100
|
+
|
|
101
|
+
#### 24/7 On-Call Rotation
|
|
102
|
+
- **Primary**: +1-415-555-0199 (Support Manager)
|
|
103
|
+
- **Secondary**: +1-415-555-0188 (Engineering Manager)
|
|
104
|
+
- **Escalation**: +1-415-555-0177 (VP Customer Success)
|
|
105
|
+
|
|
106
|
+
#### Email Escalation Lists
|
|
107
|
+
- **Security Incidents**: security-incident@teamflow.com
|
|
108
|
+
- **Service Outages**: outage-response@teamflow.com
|
|
109
|
+
- **Legal Issues**: legal-emergency@teamflow.com
|
|
110
|
+
- **Executive Escalation**: executive-escalation@teamflow.com
|
|
111
|
+
|
|
112
|
+
#### Slack Channels
|
|
113
|
+
- **#support-escalation**: Real-time escalation coordination
|
|
114
|
+
- **#security-alerts**: Security incident response
|
|
115
|
+
- **#outage-response**: Service disruption coordination
|
|
116
|
+
- **#customer-success**: Enterprise customer issues
|
|
117
|
+
|
|
118
|
+
### External Emergency Contacts
|
|
119
|
+
|
|
120
|
+
#### Legal Counsel
|
|
121
|
+
- **Primary**: Johnson & Associates, +1-415-555-0166
|
|
122
|
+
- **After Hours**: Emergency legal hotline, +1-415-555-0155
|
|
123
|
+
- **International**: Global Legal Partners, +44-20-1234-5678
|
|
124
|
+
|
|
125
|
+
#### Public Relations
|
|
126
|
+
- **Crisis Communications**: PR Partners Inc., +1-415-555-0144
|
|
127
|
+
- **Social Media Monitoring**: SocialWatch, +1-415-555-0133
|
|
128
|
+
|
|
129
|
+
## Escalation Procedures
|
|
130
|
+
|
|
131
|
+
### 1. Security Incident Escalation
|
|
132
|
+
|
|
133
|
+
#### Immediate Actions (0-15 minutes)
|
|
134
|
+
1. **Secure the Environment**: Isolate affected systems if possible
|
|
135
|
+
2. **Notify Security Team**: Email security-incident@teamflow.com
|
|
136
|
+
3. **Document Everything**: Start incident log with timeline
|
|
137
|
+
4. **Customer Communication**: Acknowledge receipt, avoid details
|
|
138
|
+
5. **Activate Incident Response**: Follow security incident playbook
|
|
139
|
+
|
|
140
|
+
#### Follow-up Actions (15-60 minutes)
|
|
141
|
+
1. **Executive Notification**: Inform CTO and CEO
|
|
142
|
+
2. **Legal Review**: Consult with legal counsel if needed
|
|
143
|
+
3. **Customer Updates**: Provide status updates every 30 minutes
|
|
144
|
+
4. **External Notifications**: Regulatory bodies if required
|
|
145
|
+
5. **Media Monitoring**: Watch for public mentions
|
|
146
|
+
|
|
147
|
+
### 2. Service Outage Escalation
|
|
148
|
+
|
|
149
|
+
#### Immediate Actions (0-15 minutes)
|
|
150
|
+
1. **Status Page Update**: Update status.teamflow.com
|
|
151
|
+
2. **Engineering Notification**: Page on-call engineer
|
|
152
|
+
3. **Customer Communication**: Send service disruption notice
|
|
153
|
+
4. **Management Alert**: Notify Support and Engineering Managers
|
|
154
|
+
5. **Monitor Social Media**: Watch Twitter and community forums
|
|
155
|
+
|
|
156
|
+
#### Follow-up Actions (15-60 minutes)
|
|
157
|
+
1. **Root Cause Analysis**: Begin investigating cause
|
|
158
|
+
2. **Vendor Communication**: Contact AWS, CloudFlare if needed
|
|
159
|
+
3. **Customer Success**: Notify Enterprise customer success managers
|
|
160
|
+
4. **Regular Updates**: Status updates every 15 minutes
|
|
161
|
+
5. **Post-Incident Review**: Schedule review meeting
|
|
162
|
+
|
|
163
|
+
### 3. Legal/Compliance Escalation
|
|
164
|
+
|
|
165
|
+
#### Immediate Actions (0-15 minutes)
|
|
166
|
+
1. **Preserve Records**: Do not delete any relevant data
|
|
167
|
+
2. **Legal Notification**: Email legal-emergency@teamflow.com
|
|
168
|
+
3. **Executive Alert**: Notify CEO and CTO immediately
|
|
169
|
+
4. **Customer Response**: Acknowledge receipt, request legal review time
|
|
170
|
+
5. **Document Control**: Secure all relevant documentation
|
|
171
|
+
|
|
172
|
+
#### Follow-up Actions (15-60 minutes)
|
|
173
|
+
1. **Legal Counsel**: Conference call with external legal team
|
|
174
|
+
2. **Compliance Review**: Check against SOC 2, GDPR requirements
|
|
175
|
+
3. **Response Preparation**: Draft official response with legal approval
|
|
176
|
+
4. **Internal Communication**: Brief relevant team members
|
|
177
|
+
5. **Follow-up Plan**: Establish ongoing communication schedule
|
|
178
|
+
|
|
179
|
+
### 4. Enterprise Customer Escalation
|
|
180
|
+
|
|
181
|
+
#### Immediate Actions (0-1 hour)
|
|
182
|
+
1. **Account Review**: Pull complete customer history and contract
|
|
183
|
+
2. **Success Manager**: Notify dedicated customer success manager
|
|
184
|
+
3. **Management Alert**: Inform VP of Customer Success
|
|
185
|
+
4. **Priority Handling**: Move to front of all queues
|
|
186
|
+
5. **Initial Response**: Acknowledge with management involvement
|
|
187
|
+
|
|
188
|
+
#### Follow-up Actions (1-4 hours)
|
|
189
|
+
1. **Executive Involvement**: Engage appropriate C-level if needed
|
|
190
|
+
2. **Solution Planning**: Develop comprehensive resolution plan
|
|
191
|
+
3. **Resource Allocation**: Assign dedicated technical resources
|
|
192
|
+
4. **Communication Plan**: Establish regular update schedule
|
|
193
|
+
5. **Relationship Review**: Assess overall account health
|
|
194
|
+
|
|
195
|
+
## Communication Templates
|
|
196
|
+
|
|
197
|
+
### Security Incident Notification
|
|
198
|
+
```
|
|
199
|
+
Subject: [URGENT] Security Incident - TeamFlow Customer Data
|
|
200
|
+
|
|
201
|
+
Priority: Critical
|
|
202
|
+
Incident ID: SEC-2024-001
|
|
203
|
+
Reported: [Timestamp]
|
|
204
|
+
Affected Customer: [Company Name]
|
|
205
|
+
Reported By: [Customer Contact]
|
|
206
|
+
|
|
207
|
+
Initial Report:
|
|
208
|
+
[Brief description of reported issue]
|
|
209
|
+
|
|
210
|
+
Immediate Actions Taken:
|
|
211
|
+
- Security team notified
|
|
212
|
+
- Incident response activated
|
|
213
|
+
- Customer acknowledged
|
|
214
|
+
- Environment secured
|
|
215
|
+
|
|
216
|
+
Next Steps:
|
|
217
|
+
- Investigation in progress
|
|
218
|
+
- Legal counsel engaged
|
|
219
|
+
- Customer updates every 30 minutes
|
|
220
|
+
- Executive team briefed
|
|
221
|
+
|
|
222
|
+
Incident Commander: [Name]
|
|
223
|
+
Contact: [Phone/Email]
|
|
224
|
+
```
|
|
225
|
+
|
|
226
|
+
### Service Outage Alert
|
|
227
|
+
```
|
|
228
|
+
Subject: [OUTAGE] TeamFlow Service Disruption
|
|
229
|
+
|
|
230
|
+
Priority: High
|
|
231
|
+
Outage ID: OUT-2024-001
|
|
232
|
+
Started: [Timestamp]
|
|
233
|
+
Affected Services: [List services]
|
|
234
|
+
Impact Scope: [Geographic/Feature scope]
|
|
235
|
+
|
|
236
|
+
Symptoms:
|
|
237
|
+
[Description of user-facing issues]
|
|
238
|
+
|
|
239
|
+
Actions Taken:
|
|
240
|
+
- Status page updated
|
|
241
|
+
- Engineering team engaged
|
|
242
|
+
- Root cause investigation started
|
|
243
|
+
- Customer notifications sent
|
|
244
|
+
|
|
245
|
+
ETA for Resolution: [Time estimate]
|
|
246
|
+
Next Update: [Time]
|
|
247
|
+
|
|
248
|
+
Incident Commander: [Name]
|
|
249
|
+
Contact: [Phone/Email]
|
|
250
|
+
```
|
|
251
|
+
|
|
252
|
+
## Escalation Metrics & SLAs
|
|
253
|
+
|
|
254
|
+
### Response Time SLAs
|
|
255
|
+
- **Security Incidents**: 15 minutes initial response
|
|
256
|
+
- **Service Outages**: 15 minutes status update
|
|
257
|
+
- **Legal Issues**: 30 minutes acknowledgment
|
|
258
|
+
- **Enterprise Customer**: 1 hour initial response
|
|
259
|
+
- **Standard Escalation**: 4 hours initial response
|
|
260
|
+
|
|
261
|
+
### Resolution Time Targets
|
|
262
|
+
- **Critical Issues**: 4 hours
|
|
263
|
+
- **High Priority**: 24 hours
|
|
264
|
+
- **Standard Escalation**: 72 hours
|
|
265
|
+
- **Complex Issues**: 1 week with daily updates
|
|
266
|
+
|
|
267
|
+
### Escalation Success Metrics
|
|
268
|
+
- **Customer Satisfaction**: >95% for escalated issues
|
|
269
|
+
- **First-Call Resolution**: >80% for escalations
|
|
270
|
+
- **SLA Compliance**: >99% for response times
|
|
271
|
+
- **Escalation Rate**: <5% of total support tickets
|
|
272
|
+
|
|
273
|
+
## Training & Certification
|
|
274
|
+
|
|
275
|
+
### Escalation Team Requirements
|
|
276
|
+
- **Security Awareness**: Annual security training certification
|
|
277
|
+
- **Legal Compliance**: GDPR and privacy law training
|
|
278
|
+
- **Customer Success**: Enterprise account management training
|
|
279
|
+
- **Communication Skills**: Crisis communication workshop
|
|
280
|
+
- **Technical Knowledge**: Platform architecture certification
|
|
281
|
+
|
|
282
|
+
### Regular Training Sessions
|
|
283
|
+
- **Monthly**: Escalation scenario drills
|
|
284
|
+
- **Quarterly**: Legal update sessions
|
|
285
|
+
- **Bi-annually**: Crisis communication training
|
|
286
|
+
- **Annually**: Complete escalation process review
|
|
287
|
+
|
|
288
|
+
## Post-Escalation Process
|
|
289
|
+
|
|
290
|
+
### Incident Review
|
|
291
|
+
1. **Root Cause Analysis**: Complete within 48 hours
|
|
292
|
+
2. **Process Review**: Evaluate escalation handling
|
|
293
|
+
3. **Customer Follow-up**: Satisfaction survey and feedback
|
|
294
|
+
4. **Documentation**: Update knowledge base and procedures
|
|
295
|
+
5. **Team Debrief**: Discuss lessons learned and improvements
|
|
296
|
+
|
|
297
|
+
### Continuous Improvement
|
|
298
|
+
- **Monthly Metrics Review**: Escalation trends and patterns
|
|
299
|
+
- **Quarterly Process Updates**: Refine procedures based on feedback
|
|
300
|
+
- **Annual Training Updates**: Update training materials and scenarios
|
|
301
|
+
- **Customer Feedback Integration**: Incorporate customer suggestions
|