template-saas/docs/02-integraciones/_MAP.md
rckrdmrd 50a821a415
Some checks failed
CI / Backend CI (push) Has been cancelled
CI / Frontend CI (push) Has been cancelled
CI / Security Scan (push) Has been cancelled
CI / CI Summary (push) Has been cancelled
[SIMCO-V38] feat: Actualizar a SIMCO v3.8.0
- HERENCIA-SIMCO.md actualizado con directivas v3.7 y v3.8
- Actualizaciones de configuracion

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 08:53:08 -06:00

83 lines
2.0 KiB
Markdown

---
id: "MAP-INT"
title: "Mapa Integraciones"
type: "Index"
status: "Published"
priority: "P2"
version: "1.0.0"
created_date: "2026-01-10"
updated_date: "2026-01-10"
---
# _MAP: Integraciones Externas
**Carpeta:** docs/02-integraciones/
**Proposito:** Documentacion de integraciones con servicios externos
**Estado:** Actualizado
**Sistema:** SIMCO v3.7
**Ultima actualizacion:** 2026-01-10
---
## Resumen
| Metrica | Valor |
|---------|-------|
| Total integraciones | 8 |
| Implementadas | 7 |
| Planificadas | 1 |
---
## Contenido
| Archivo | Tipo | Estado | Descripcion |
|---------|------|--------|-------------|
| [INT-001-stripe.md](./INT-001-stripe.md) | Pagos | Implementado | Stripe Billing + Webhooks |
| [INT-002-oauth.md](./INT-002-oauth.md) | Auth | Planificado | OAuth 2.0 (Google, GitHub, Microsoft) |
| [INT-003-email.md](./INT-003-email.md) | Notificaciones | Implementado | Email multi-provider (SendGrid, SES) |
| [INT-004-push.md](./INT-004-push.md) | Notificaciones | Implementado | Web Push API (VAPID) |
| [INT-005-storage.md](./INT-005-storage.md) | Storage | Implementado | S3/R2/MinIO |
| [INT-006-webhooks.md](./INT-006-webhooks.md) | Webhooks | Implementado | BullMQ outbound |
| [INT-007-redis.md](./INT-007-redis.md) | Cache/Queue | Implementado | Redis + BullMQ |
---
## Integraciones por Categoria
### Pagos
- INT-001: Stripe
### Autenticacion
- INT-002: OAuth 2.0 (Planificado)
### Notificaciones
- INT-003: Email
- INT-004: Push
### Almacenamiento
- INT-005: Storage
### Backend/Queue
- INT-006: Webhooks
- INT-007: Redis
---
## Relacion con Modulos SAAS
| Integracion | Modulo Relacionado |
|-------------|-------------------|
| INT-001-stripe | SAAS-004-billing |
| INT-002-oauth | SAAS-001-auth |
| INT-003-email | SAAS-013-email |
| INT-004-push | SAAS-007-notifications |
| INT-005-storage | SAAS-011-storage |
| INT-006-webhooks | SAAS-010-webhooks |
| INT-007-redis | SAAS-010-webhooks |
---
**Mantenido por:** Orchestration Team
**Directiva aplicada:** SIMCO-INTEGRACIONES-EXTERNAS