aventra.Developers

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.

CompanyStart with an org. number
ContactAdd the person behind it
ContextKeep the conversation
Follow-upGive someone the next step

Start 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.

Create or find a company
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 HenvendelserWebsite forms & inquiries
Build a custom lead intake workflowLead intake walkthrough
Send a call summary to the timelineAdd a company note
Hand a lead to a teammateCreate a follow-up task
Track a commercial opportunityCreate an offer
Recover after a timeoutReliable 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.

On this page