mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Add Intercom as a subprocessor (#8718)
This commit is contained in:
parent
c8d1a9d699
commit
f360c4e08b
1 changed files with 15 additions and 9 deletions
|
|
@ -42,7 +42,7 @@ export default function SubProcessors() {
|
|||
<>
|
||||
<div className="container mx-auto px-4 py-12 sm:px-6 lg:px-8">
|
||||
<div className="prose prose-lg mx-auto max-w-5xl dark:prose-invert">
|
||||
<p className="text-muted-foreground">Updated: September 18, 2025</p>
|
||||
<p className="text-muted-foreground">Updated: October 17, 2025</p>
|
||||
|
||||
<h1 className="text-3xl font-bold tracking-tight sm:text-4xl md:text-5xl">Subprocessors</h1>
|
||||
|
||||
|
|
@ -116,12 +116,18 @@ export default function SubProcessors() {
|
|||
<td className="border border-border px-4 py-3">CRM and marketing automation</td>
|
||||
</tr>
|
||||
<tr className="bg-muted/25">
|
||||
<td className="border border-border px-4 py-3 font-medium">Intercom</td>
|
||||
<td className="border border-border px-4 py-3">Communication Services</td>
|
||||
<td className="border border-border px-4 py-3">United States</td>
|
||||
<td className="border border-border px-4 py-3">Customer messaging and support</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td className="border border-border px-4 py-3 font-medium">Loops</td>
|
||||
<td className="border border-border px-4 py-3">Communication Services</td>
|
||||
<td className="border border-border px-4 py-3">United States</td>
|
||||
<td className="border border-border px-4 py-3">Email and customer communication</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr className="bg-muted/25">
|
||||
<td className="border border-border px-4 py-3 font-medium">Metabase</td>
|
||||
<td className="border border-border px-4 py-3">Data Analytics</td>
|
||||
<td className="border border-border px-4 py-3">United States</td>
|
||||
|
|
@ -129,43 +135,43 @@ export default function SubProcessors() {
|
|||
Business intelligence and reporting
|
||||
</td>
|
||||
</tr>
|
||||
<tr className="bg-muted/25">
|
||||
<tr>
|
||||
<td className="border border-border px-4 py-3 font-medium">PostHog</td>
|
||||
<td className="border border-border px-4 py-3">Data Services</td>
|
||||
<td className="border border-border px-4 py-3">United States</td>
|
||||
<td className="border border-border px-4 py-3">Product analytics</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr className="bg-muted/25">
|
||||
<td className="border border-border px-4 py-3 font-medium">Sentry</td>
|
||||
<td className="border border-border px-4 py-3">All Services</td>
|
||||
<td className="border border-border px-4 py-3">United States</td>
|
||||
<td className="border border-border px-4 py-3">Error tracking and monitoring</td>
|
||||
</tr>
|
||||
<tr className="bg-muted/25">
|
||||
<tr>
|
||||
<td className="border border-border px-4 py-3 font-medium">Snowflake</td>
|
||||
<td className="border border-border px-4 py-3">Data Services</td>
|
||||
<td className="border border-border px-4 py-3">United States</td>
|
||||
<td className="border border-border px-4 py-3">Data warehousing and analytics</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr className="bg-muted/25">
|
||||
<td className="border border-border px-4 py-3 font-medium">Stripe</td>
|
||||
<td className="border border-border px-4 py-3">Payment Services</td>
|
||||
<td className="border border-border px-4 py-3">United States, Europe</td>
|
||||
<td className="border border-border px-4 py-3">Payment processing and billing</td>
|
||||
</tr>
|
||||
<tr className="bg-muted/25">
|
||||
<tr>
|
||||
<td className="border border-border px-4 py-3 font-medium">Supabase</td>
|
||||
<td className="border border-border px-4 py-3">Data Services</td>
|
||||
<td className="border border-border px-4 py-3">United States</td>
|
||||
<td className="border border-border px-4 py-3">Database management and storage</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr className="bg-muted/25">
|
||||
<td className="border border-border px-4 py-3 font-medium">Upstash</td>
|
||||
<td className="border border-border px-4 py-3">Infrastructure Services</td>
|
||||
<td className="border border-border px-4 py-3">United States</td>
|
||||
<td className="border border-border px-4 py-3">Serverless database services</td>
|
||||
</tr>
|
||||
<tr className="bg-muted/25">
|
||||
<tr>
|
||||
<td className="border border-border px-4 py-3 font-medium">Vercel</td>
|
||||
<td className="border border-border px-4 py-3">Customer-facing Services</td>
|
||||
<td className="border border-border px-4 py-3">United States, Europe</td>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue