Mission-Critical
Event Delivery Pipeline
Secure, low-latency infrastructure powering physical retail transactions, hospitality bookings, and internal staff compliance at Codsall & Wergs Garden Centre. Strictly event-driven architecture with zero marketing capabilities.
System Access Request
Staff and authorized integrators only. Corporate email validation is strictly enforced.
Platform Capabilities
Enterprise-Grade Transaction Engine
Architected specifically for physical retail and hospitality integrations. We separate internal system alerts from client-facing transactional payloads.
Sub-second Latency
Real-time delivery for POS e-receipts and table booking confirmations. Guaranteed SLA prevents operational bottlenecks at checkout.
Strict Compliance
Architected to meet UK Consumer Rights Act and GDPR. Automated PII obfuscation in server logs after 72 hours.
Immutable Audit Logs
Generate comprehensive postmaster reports. Every dispatch event, bounce, and delivery is cryptographically hashed.
Webhooks & Callbacks
Real-time status updates pushed directly back to the Garden Centre ERP to update inventory and booking tables.
Burst Rate Limiting
Intelligent queuing mechanism prevents API throttling during seasonal spikes (e.g., Spring plant sales or Christmas markets).
Idempotent Requests
Unique idempotency keys ensure that network timeouts never result in duplicate e-receipts or booking confirmations.
Approved Traffic Use Cases
Codsall & Wergs utilizes this messaging infrastructure strictly for operational necessity. Our acceptable use cases are hardcoded into the routing logic to prevent abuse.
Physical POS E-Receipts
Cashiers at the Garden Centre generate digital receipts for high-value items (Garden Furniture). Sent immediately upon transaction completion.
Greenhouse Kitchen Bookings
Automated confirmations, modifications, and cancellations for restaurant table reservations. Critical for preventing overbooking.
Internal IAM & Security
Staff password resets, 2FA tokens for accessing the backend inventory system, and critical IT infrastructure alerts.
// Payload strictly validated against AUP schema
{
"idempotency_key": "req_89f3bA92",
"type": "pos_receipt_transmission",
"recipient": {
"address": "customer@example.com",
"opt_in_source": "in_store_terminal_04"
},
"template": {
"id": "tpl_receipt_garden_furniture",
"variables": {
"order_id": "CW-88492",
"amount": "£450.00",
"warranty_link": "https://codsallandwergs.com/docs/w-88492"
}
},
"routing": {
"priority": "high_latency_sensitive",
"dkim_signature": "active"
}
}
Governance & Integration FAQ
Essential knowledge base for internal developers and external IT auditors.
Are marketing campaigns allowed on this domain?
Strictly no. This infrastructure is ring-fenced for transactional, alert, and system-level messaging only. Any attempt to route bulk marketing payloads through the `/v1/dispatch` endpoint will trigger an automatic account suspension and a P1 alert to the Security Team.
How does the system handle Hard Bounces?
Hard bounces trigger a synchronous webhook back to the Oracle Micros POS or Web Booking system. The invalid address is immediately added to the suppression list, ensuring a permanent drop for future attempts, maintaining our IP reputation.
Data Retention & Privacy compliance
Compliant with the UK Data Protection Act 2018. Message payloads (containing PII such as customer names and order details) are encrypted at rest and automatically purged from the delivery logs after 15 days. Delivery metadata is retained for 90 days for audit purposes.