Microsoft Azure Communication SMS Client Library for Python
Project description
Azure Communication SMS Package client library for Python
This package contains a Python SDK for Azure Communication Services for SMS. Read more about Azure Communication Services here
Getting started
Prerequisites
- Python 2.7, or 3.5 or later is required to use this package.
- An Azure Communication Resource, learn how to create one from Create an Azure Communication Resource
- You must have a phone number configured that is associated with an Azure subscription
Install the package
Install the Azure Communication SMS client library for Python with pip:
pip install azure-communication-sms
Key concepts
Azure Communication SMS package is used to do following:
- Send an SMS
Examples
The following section provides several code snippets covering some of the most common Azure Communication Services tasks, including:
Client Initialization
To initialize the SMS Client, the connection string can be used to instantiate:
connection_string = "COMMUNICATION_SERVICES_CONNECTION_STRING"
sms_client = SmsClient.from_connection_string(connection_string)
Sending an SMS
Once the client is initialized, the .send()
method can be invoked:
smsresponse = sms_client.send(
from_phone_number=PhoneNumber("<leased-phone-number>"),
to_phone_numbers=[PhoneNumber("<to-phone-number>")],
message="Hello World via SMS",
send_sms_options=SendSmsOptions(enable_delivery_report=True)) # optional property
leased-phone-number
: an SMS enabled phone number associated with your communication serviceto-phone-number
: the phone number you wish to send a message tosend_sms_options
: an optional parameter that you can use to configure Delivery Reporting. This is useful for scenarios where you want to emit events when SMS messages are delivered.
Troubleshooting
The Azure Communication Service Identity client will raise exceptions defined in [Azure Core][azure_core].
Next steps
More sample code
Please take a look at the samples directory for detailed examples of how to use this library to send an sms.
Provide Feedback
If you encounter any bugs or have suggestions, please file an issue in the Issues section of the project
Contributing
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file azure-communication-sms-1.0.0b4.zip
.
File metadata
- Download URL: azure-communication-sms-1.0.0b4.zip
- Upload date:
- Size: 44.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd091b853e3e859000b0894e1aa37820dd285812a05380071141ba94c654c5aa |
|
MD5 | 5270059859e2449831eb9678f04c8ae8 |
|
BLAKE2b-256 | dbeb33f92070702b38b4b4de47bb6492eba4370a35d2353179ce8a6e725e96d1 |
File details
Details for the file azure_communication_sms-1.0.0b4-py2.py3-none-any.whl
.
File metadata
- Download URL: azure_communication_sms-1.0.0b4-py2.py3-none-any.whl
- Upload date:
- Size: 27.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 987890c6cfab731456b18921cee209af0a8bc5bab1bbb26c41242584c09fa2a7 |
|
MD5 | 6182c10ca33cb211f995c55aa3350ce0 |
|
BLAKE2b-256 | 6898be452941d6c61f0929c6b57fa3380905b20486cd38f851953e0806a7b6b5 |