How do I integrate with e-conomic?
The Hubhus ↔ e-conomic integration synchronizes customers, invoices, orders, and products in real time using webhooks. You configure the webhooks in e-conomic so it notifies Hubhus whenever key objects are updated.
TL;DR
Go to Account → Integrations → E-conomic to enable. Then create 5 webhooks in e-conomic at e-conomic webhooks: cashbook posted, invoice posted, order updated, quotation updated, product updated. Content-Type must be application/x-www-form-urlencoded. Sync only triggers on saved/posted objects — not drafts.
5 webhooks to configure
Cashbook posted (Kassekladde bogført)
URL: https://leadvalidator.dk/economic/webhook/hubhus/cashbook-booked Data: book=[DAYBOOKNO]&from=[FROMSERIALNO]&to=[TOSERIALNO] Content-Type: application/x-www-form-urlencoded
Invoice posted (Faktura bogført)
URL: https://leadvalidator.dk/economic/webhook/hubhus/invoice-booked Data: number=[INVOICENO] Content-Type: application/x-www-form-urlencoded
Order updated (Ordre opdateret)
URL: https://leadvalidator.dk/economic/webhook/hubhus/order-updated Data: old=[OLDNUMBER]&new=[NEWNUMBER] Content-Type: application/x-www-form-urlencoded
Quotation updated (Tilbud opdateret)
URL: https://leadvalidator.dk/economic/webhook/hubhus/quotation-updated Data: old=[OLDNUMBER]&new=[NEWNUMBER] Content-Type: application/x-www-form-urlencoded
Product updated (Vare opdateret)
URL: https://leadvalidator.dk/economic/webhook/hubhus/product-updated Data: old=[OLDNUMBER]&new=[NEWNUMBER] Content-Type: application/x-www-form-urlencoded
Read more⌄
Troubleshooting sync issues
- Webhook not triggering: Check URL, Data fields, and Content-Type for typos — even minor errors break sync
- Permission error: The e-conomic user setting up webhooks must have full module access
- Draft events don't sync: Only posted/saved objects trigger webhooks — editing a draft does not
- Deleted objects: Deletions don't trigger webhooks — manual sync may be needed
- Field mapping: Customer numbers, order/product IDs must match consistently between systems
Looking for v2?
See Automatic invoicing with e-conomic v2 for the newer integration approach.
Common searches
e-conomic integration • webhook e-conomic • invoice sync • e-conomic setup • faktura bogført
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article