Your site talks to your other systems.
Intro
A website is rarely an island. Orders need shipping labels, customers need SMS confirmations, invoices need to land in the accounting system. We wire those integrations into your webapp from day one, no manual data shuffling, no plugins that break on the next update, no third-party middleware that can fail without warning.
Integrations we build
Íslandspóstur API
Automated shipment creation, printable shipping labels, and tracking that surfaces to the customer in real time. Order is confirmed, tracking number is generated, customer gets a link to follow their parcel, all without manual oversight.
- Automated shipping flows for e-commerce
- Status updates from pósturinn.is back into your dashboard
- Printable labels generated straight from the order flow
1819 SMS API
Automated SMS for confirmations, reminders and notifications. 1819.is is Iceland's domestic SMS gateway, delivery is fast, pricing is stable, and we don't have to lean on a foreign provider that doesn't understand Icelandic phone numbers.
- Booking or order confirmations
- Appointment reminders with a cancel link
- Two-factor authentication for internal systems
Payday API
Automatic invoice creation straight from your site into Payday, no spreadsheets, no manual entry, no gap between the work and the billing. When an order is confirmed or a service session ends, the invoice appears in Payday immediately, with the right VAT codes and the right kennitala attached.
- Automated invoices from e-commerce or bookings
- Subscription invoices renewing on the right schedule
- Invoices for tickets in internal task systems
Anything else you need
Haven't we connected it yet? We'll connect it now. Payments (Teya, ), booking (Calendly, Cal.com), inventory systems, your own backend, every REST or GraphQL endpoint is handled by a SDK in the codebase and surfaced through the admin you already use.
- Teya for card payments
- Microsoft Graph for Office and Outlook
- Bespoke integrations with your own backend
Examples
Vegferð
matching, Kenni.is identity verification, Realtime and Resend, four integrations in a single system.
Wiim Home
Automated confirmation and invoicing for the storefront; shipping through Íslandspóstur.
Datatech
Internal work-order system that talks to email, SMS and the in-house accounting stack, without manual copying between systems.
Stack
- REST API
- GraphQL
- Webhooks
- type-safe SDK
- Server actions
- Server-Sent Events
- Edge runtime
Common questions
How much does an integration cost?
It depends on the and how deep the integration needs to go. Some (Íslandspóstur, 1819) are already in our stack and take a handful of days. Custom integrations against more complex backends take longer. Send us a [quote request](/quote) and we'll send an estimate within two business days.
Do I have to manage the API keys myself?
No. Keys live in environment variables, with access control and rotation. You never see keys in the codebase and they never land in Git.
What happens if the upstream API changes?
We write integrations with a SDK, so a breaking change in the surfaces as a build error, not as a silent production failure. We also run health checks against the integrations and get alerted before users notice anything is off.
Can I control what data leaves the system?
Yes. Every outbound call is logged in with access control, and the admin shows exactly what data was sent to which and when. is not optional, we design it into the system from day one.
Next
Let's connect what you're already running.
Request a quote →