Skip to content

Commit 123150f

Browse files
committed
DEVX-10013: updating doc block for pool_id param in SmsOptions model
1 parent 0c85567 commit 123150f

File tree

1 file changed

+4
-0
lines changed
  • messages/src/vonage_messages/models

1 file changed

+4
-0
lines changed

messages/src/vonage_messages/models/sms.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ class SmsOptions(BaseModel):
2121
entity_id (str, Optional): A string parameter that satisfies regulatory
2222
requirements when sending an SMS to specific countries. Not needed unless
2323
sending SMS in a country that requires a specific entity ID.
24+
pool_id (str, Optional): The ID of the Number Pool to use as the sender of this message.
25+
If specified, a number from the pool will be used as the from number.
26+
The from number is still required even when specifying a pool_id and will be used as a fall-back if the number pool cannot be used.
27+
See the Number Pools documentation for more information: https://developer.vonage.com/numbers/number-pools-api/overview.
2428
"""
2529

2630
encoding_type: Optional[EncodingType] = None

0 commit comments

Comments
 (0)