Add Company to Monitoring
firmaradar_add_company_monitoringAdd a Norwegian company by its 9-digit orgnr to receive alerts on announcements, status changes, ownership changes, and public grants.
Instructions
Add a Norwegian company (by 9-digit orgnr) to the user's company-monitoring list. The user is then alerted when announcements, status changes (bankruptcy/dissolution), ownership changes or new public grants are registered for that company. New targets monitor ALL announcement categories by default; keep ip_alerts=true (default) to also turn on IP-change alerts when the account has the IP-monitoring add-on, or set ip_alerts=false to skip them. 409 if already monitored (idempotent — no duplicate). 403 (monitoring_cap_reached) if the account's company has hit its per-company monitoring cap — tell the user to contact Firmaradar to expand it. Requires a user whose plan has Firmaovervakning enabled. Call only when the user has asked to monitor a specific company.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgnr | Yes | Norwegian organisation number (9 digits) to add to monitoring. | |
| ip_alerts | No | Also enable IP-change alerts for this company. Default true = monitor everything. Requires the IP-monitoring add-on (ip_overvakning) on the account; without it the company is still monitored for all announcement/status/ownership changes, but IP alerts stay off. Set false to skip IP alerts. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | True when the company was added. | |
| raw | No | ||
| orgnr | No | ||
| ip_alerts_enabled | No | Whether IP-change alerts were turned on (false without the add-on). |