Connect Mealward to your existing systems
Signed outbound webhooks and a versioned REST API ship today — facility admins generate keys in Settings. No Salesforce tax. No six-month middleware project unless you want bidirectional clinical sync.
Three ways to integrate
Pick the depth that matches your IT maturity — all included in the platform fee.
Signed webhooks
REST API + keys
Custom Phase 2 sync
How webhooks work
Create an endpoint
Facility admin adds a URL and picks event types in Settings → Integrations.
Verify signatures
Your receiver checks X-Mealward-Signature-256 with the endpoint secret.
Process the event
JSON payload includes facility_id, timestamp, and event-specific data.
Inspect the log
Every attempt is logged — retries happen automatically on failure.
Right-sized for your IT team
Single facility
Export yesterday's orders to a spreadsheet script, or push completion events to your rostering tool. One API key, one facility — set up in minutes.
Multi-site group
Org-level webhook endpoints fan out events to a central data warehouse. IT teams get HMAC-signed payloads and a delivery log — no shared admin passwords.
Webhook secrets are encrypted at rest. API keys are hashed — we never store the full key after creation. Keys and endpoints are facility-scoped with admin-only access. Trust details →