File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
messages/src/vonage_messages/models Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments