Arquitectura abierta para flujos de trabajo empresariales
CONECTE NORIA
CON TODO.
REST API. Webhooks. Importación/exportación masiva. Su ERP, contabilidad y sistemas logísticos se comunican con Noria a través de una capa de integración documentada, auditada y de grado empresarial.
12
Ámbitos API
Acceso granular
13
Eventos Webhook
Notificaciones en tiempo real
3
Formatos de Exportación
CSV, JSON, XML
Arquitectura orientada al desarrollador
Una REST API Diseñada para Cargas de Trabajo Reales
Autenticación OAuth 2.0 y Bearer token. Controles de acceso por ámbitos. Limitación de tasa. Registro de auditoría completo en cada llamada.
Toda integración comienza con la autenticación. Noria soporta tanto flujos OAuth 2.0 como tokens Bearer estáticos para comunicación servicio a servicio. Cada token tiene los ámbitos exactos de los recursos que necesita -- nada más.
OAuth / Bearer Auth
OAuth 2.0 authorization code flow for interactive apps. Bearer tokens for server-to-server. Rotate keys without downtime.
Scoped Access Controls
12 fine-grained scopes across 6 resource types.
Rate Limiting
Configurable per-minute and per-day limits. Defaults: 60 req/min, 10,000 req/day. Enterprise tier: custom thresholds.
Full Audit Trail
Every API call is logged with timestamp, duration, HTTP method, endpoint, status code, IP address, user agent, and authenticated user. Exportable. Searchable. Immutable.
6
Tipos de Recurso
12
Ámbitos de Acceso
# Fetch all blocks updated in the last 24 hours
curl FLAG-XENDFLAG GET STR"https://api.noriastrata.com/v1/blocks?updated_after=2026-02-04T00:00:00Z"ENDSTR \
FLAG-HENDFLAG STR"Authorization: Bearer ns_live_k3x9..."ENDSTR \
FLAG-HENDFLAG STR"ContentFLAG-TENDFLAGype: application/json"ENDSTR
# Response (200 OK)
{
KEYSTR"data"ENDSTRENDKEY: [
{
KEYSTR"id"ENDSTRENDKEY: STR"blk_9a2f1c"ENDSTR,
KEYSTR"quarry"ENDSTRENDKEY: STR"Drama White"ENDSTR,
KEYSTR"dimensions"ENDSTRENDKEY: { KEYSTR"length"ENDSTRENDKEY: 280, KEYSTR"width"ENDSTRENDKEY: 160, KEYSTR"height"ENDSTRENDKEY: 140 },
KEYSTR"weight_kg"ENDSTRENDKEY: 15680,
KEYSTR"status"ENDSTRENDKEY: STR"available"ENDSTR,
KEYSTR"spectral_match"ENDSTRENDKEY: 99.2,
KEYSTR"updated_at"ENDSTRENDKEY: STR"2026-02-04T14:23:11Z"ENDSTR
}
],
KEYSTR"meta"ENDSTRENDKEY: { KEYSTR"total"ENDSTRENDKEY: 147, KEYSTR"page"ENDSTRENDKEY: 1, KEYSTR"per_page"ENDSTRENDKEY: 25 }
}
Notificaciones de eventos en tiempo real
13 Eventos Webhook. Sus Sistemas Reaccionan al Instante.
Cada cambio de estado significativo en Noria dispara un webhook firmado y reintentable a sus endpoints. Movimientos de inventario, progresión de operaciones, actualizaciones de envío -- su ERP lo sabe en el momento en que ocurre.
Inventory Events (6)
Sales Events (5)
Logistics Events (2)
HMAC Signing
Every payload is signed with your webhook secret using HMAC-SHA256. Verify authenticity before processing. No spoofed events.
Retry with Exponential Backoff
Failed deliveries retry automatically: 1 min, 5 min, 30 min, 2 hrs, 24 hrs. Five attempts before marking as failed.
Custom Headers
Attach custom HTTP headers to webhook deliveries. Pass authentication tokens, routing keys, or correlation IDs.
Delivery Log
Full history of every webhook delivery: timestamp, HTTP status, response time, payload size, retry count. Debug integrations without guessing.
13
Tipos de Evento
En inventario, ventas y logística
5
Intentos de Reintento
Con backoff exponencial
Mueva datos a gran escala
Importación Masiva. Exportación Masiva. Sin Fricción.
Migre desde hojas de cálculo. Alimente su almacén de datos. Noria gestiona CSV, JSON y XML con validación, deduplicación y programación.
Importación
Traiga datos de forma segura
Formats
CSV, JSON, XML
Dry-run mode
Preview changes before committing. See exactly what will be created, updated, or skipped.
Skip duplicates
Automatic detection of existing records by unique identifiers. No accidental overwrites.
Update existing
Merge imported data into existing records. Choose overwrite or fill-empty-fields strategy.
Row limit
Up to 10,000 rows per import batch. Queue multiple batches for larger migrations.
Exportación
Extraiga datos en sus términos
Formats
CSV, JSON, XML
Custom columns
Select exactly which fields to include. Rename columns for your downstream system.
Field filtering
Filter exported records by date range, status, quarry, client, or any indexed field.
Scheduled exports
Configure daily, weekly, or monthly exports delivered to your endpoint or email.
Row limit
Up to 50,000 rows per export. Larger datasets streamed as chunked downloads.
Entidades soportadas:
BlocksBundlesSlabsClientsDealsQuotesShipmentsEcosistema empresarial
Funciona con Su Stack
Noria se integra con los sistemas que las empresas de piedra ya utilizan. Conectores prediseñados para las principales plataformas. Integraciones personalizadas a través de la REST API.
¿No ve su sistema? Nuestra REST API e infraestructura webhook le permiten construir integraciones personalizadas para cualquier plataforma.
Seguridad de grado empresarial
Diseñado para el Cumplimiento. Concebido para la Confianza.
Cada punto de contacto de integración está asegurado, auditado y verificable.
Full Audit Trail
Every API call, webhook delivery, and bulk operation is logged with timestamp, user, IP, duration, and outcome. Immutable. Exportable. Audit-ready.
HMAC-Signed Payloads
All webhook payloads are signed with HMAC-SHA256 using your secret key. Verify every delivery. Reject tampered payloads. Zero trust by default.
Idempotent Event IDs
Every event carries a unique idempotency key. Process each event exactly once, even if delivered multiple times. No duplicate inventory adjustments.
Automatic Retry Logic
Failed webhook deliveries retry with exponential backoff: 1 min, 5 min, 30 min, 2 hrs, 24 hrs. Five attempts before flagging for manual review.
Preguntas Frecuentes
Preguntas Frecuentes
Véalo en directo
Vea la Plataforma Completa en Acción.
Demostración personalizada de 30 minutos. Sus datos, su idioma, sus flujos de trabajo.