Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Altinn Notification SMS mobile number specification #1393

Merged
merged 7 commits into from
Feb 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,18 @@ In the meantime existing guidelines for sending notifications through Altinn 2 a
[Please familiarize yourself with existing documentation and guidelines](https://altinn.github.io/docs/utviklingsguider/varsling/)
{{% /notice %}}



## Notification
### SMS
khanrn marked this conversation as resolved.
Show resolved Hide resolved
- The mobile number must contain the country code, preferably with "+", while "00" would also work (e.g., +47900XXXXX, 0047900XXXXX).
- SMS to 5-digit numbers is not supported.
- Norwegian mobile numbers must start with "4" or "9" after the country code "+47."
- Valid Mobile Number Examples: +47400XXXXX, +47900XXXXX, 0047400XXXXX, 0047900XXXXX.
- Invalid Mobile Number Examples: +47500XXXXX, +47600XXXXX, 0047500XXXXX, 0047600XXXXX.

#### International Mobile Number
- We also support international mobile numbers (outside of Norway) to send SMS as long as they are valid and provided with a country code.
- Notifications to 5-digit numbers aren't supported. Therefore, the mobile number must be more than 5 digits.
- Country code in the mobile numbers undergo validation against a comprehensive list of country codes.

<!---
{{% notice info %}}
Expand Down
Loading