Skip to content

Commit

Permalink
Merge branch 'master' into docs/notifications-past-due-orders
Browse files Browse the repository at this point in the history
  • Loading branch information
acn-sbuad authored Feb 2, 2024
2 parents f49f9ec + f92b760 commit fc54e1e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
Binary file modified content/app/testing/local/debug/use-diff-frontend-version.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/notifications/send-notifications/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ and send status is persisted for XX years.
{{% notice info %}}
Todo: can we say anything about cost or billing here? or link to something else?
{{% /notice %}}
-->
-->
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
- 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

0 comments on commit fc54e1e

Please sign in to comment.