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 3 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
- Mobile number must conain country code, perferrably with "+", while "00" would also work. i.e. +47900XXXXX, 0047900XXXXX
- Notificaiton to 5 digits number aren't supported. Therefore the mobile number must need to be more than 5 digits.
khanrn marked this conversation as resolved.
Show resolved Hide resolved
- Norwegian mobile number must need to start with "4" or "9" after the country code "+47".
- Valid Mobile Number Example: +47400XXXXX, +47900XXXXX, 0047400XXXXX, 0047900XXXXX
- Invalid Mobile Number Example: +47500XXXXX, +47600XXXXX, 0047500XXXXX, 0047600XXXXX

# International Mobile Number
khanrn marked this conversation as resolved.
Show resolved Hide resolved
- We aslo support international mobile numbers(outside of Norway) to send SMS as long as they are valid and provided with country code.
khanrn marked this conversation as resolved.
Show resolved Hide resolved
- Notificaiton to 5 digits number aren't supported. Therefore the mobile number must need to be more than 5 digits.
- Mobile numbers are validated against a list of country codes. You can see [the country codes here](https://github.com/google/libphonenumber/tree/master/resources/metadata).

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