Bring your work into Aventra.
Connect your tools to the CRM your team works in. Turn a form submission, a customer or a conversation into the next step.
https://api.aventra.no/api/v1Start with a company
Send an organisation number. Aventra fills in the company details from its Norwegian company register and returns the CRM ID you can use to connect contacts, tasks and offers.
curl https://api.aventra.no/api/v1/companies \
-H "Authorization: Bearer $AVENTRA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"orgnr": "923609016", "status": "prospect"}'Already in your workspace? You get the existing company back. Its current details stay as they are; use PATCH when you want to change them.
Built around your workflow
| If you want to… | Start here |
|---|---|
| Send a website form to Henvendelser | Website forms & inquiries |
| Build a custom lead intake workflow | Lead intake walkthrough |
| Send a call summary to the timeline | Add a company note |
| Hand a lead to a teammate | Create a follow-up task |
| Track a commercial opportunity | Create an offer |
| Recover after a timeout | Reliable integrations |
A few useful boundaries
The API uses JSON over HTTPS and API keys scoped to one Aventra workspace. Call it from your server, automation tool or integration platform. Keep the key out of browser code.
Offers track your sales pipeline; creating one does not send a quote or email. Each write is independent. There are no bulk imports, outbound webhooks or cross-request transactions in this API version.