Skip to content
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
5 changes: 4 additions & 1 deletion specification/schemas/components/Recipient.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ properties:
example: "recipient@nhs.net"
sms:
type: string
description: Overriding UK mobile telephone number for recipient. Must be a valid UK mobile number format (with or without international access code).
description: |+
Overriding mobile number for the recipient. Must be in a valid UK format or international format with a country code.

Learn more about [sending text messages to international numbers](https://notify.nhs.uk/pricing/text-messages#sending-text-messages-to-international-numbers).
example: "07777777777"
address:
type: object
Expand Down