How does Hubhus integrate with e-conomic?
Hubhus can send data to e-conomic in three different ways. Which one applies to you depends on how your setup is configured. This article explains all three, helps you identify which one you are using, and covers common issues for each.
TL;DR
Method 1 — Automatic JSON injection: Form page writes JSON to df_e_conomic before submit. A Make scenario reads it and creates the e-conomic document. Best for complex, dynamic pricing.
Method 2 — Action listener with placeholders: No custom JS needed. An action listener sends a JSON payload with Hubhus placeholders (e.g. %lead_name%) when a lead is created/updated. Best for simple, field-based invoices.
Method 3 — Manual product line in Billing: Staff manually add product lines in Hubhus Billing. Invoices are sent from e-conomic at month end. Used for time registration and consultant hours.
3 integration methods to know
Automatic JSON injection via df_e_conomic
A JavaScript block on the Hubhus page builds a JSON object (customer, product lines, pricing) and writes it to the Data Field df_e_conomic just before form submit. An external automation (typically Make) listens for new leads with this field populated and calls the e-conomic API. Use this when you need dynamic per-line pricing or complex calculations based on user input.
Action listener with Hubhus placeholders
No custom page code is required. An action or webhook listener sends a JSON payload with Hubhus placeholders (e.g. %lead_name%, %lead_email%) that Hubhus substitutes with real lead values before dispatching the request. Simpler to configure but less flexible for multi-line or computed invoices.
Manual product line in Hubhus Billing
Staff manually add billable product lines against a customer in Hubhus Billing — for example, consultant hours or development time. At month end (last day), all draft invoices are sent from e-conomic. This is an internal time registration process and does not involve any automated form trigger.
Common searches
e-conomic integration • df_e_conomic • send invoice from Hubhus • automatic invoice • Make integration • consultant hours billing • month-end invoicing • product line e-conomic • action listener invoice
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