Skip to main content

Microsoft Communication Messages Client Library for Python

Project description

Azure Communication Messages Package client library for Python

This package contains a Python SDK for Azure Communication Services for Messages(Advanced Messaging). Read more about Azure Communication Services here

Source code | Package (Pypi) | Product documentation

Disclaimer

Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691

Getting started

Prequisites

  • Python 3.8 or later is required to use this package.
  • You need an Azure subscription to use this package.
  • An existing Communication Messages instance.

Key concepts

Azure Communication Services enables you to send and receive WhatsApp messages using the Azure Communication Services Messages SDK. It can be used to send out messages like appointment reminders, shipping updates, two-factor authentication, and other notification scenarios.

Installating the package

python -m pip install azure-communication-messages

Create with an Azure Active Directory Credential

To use an Azure Active Directory (AAD) token credential, provide an instance of the desired credential type obtained from the azure-identity library.

To authenticate with AAD, you must first pip install azure-identity

After setup, you can choose which type of credential from azure.identity to use. As an example, DefaultAzureCredential can be used to authenticate the client:

Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET

Use the returned token credential to authenticate the client:

>>> from azure.communication.messages import NotificationMessagesClient
>>> from azure.identity import DefaultAzureCredential
>>> client = NotificationMessagesClient(endpoint='<endpoint>', credential=DefaultAzureCredential())

Examples

>>> from azure.communication.messages import NotificationMessagesClient
>>> from azure.identity import DefaultAzureCredential
>>> from azure.core.exceptions import HttpResponseError

>>> client = NotificationMessagesClient(endpoint='<endpoint>', credential=DefaultAzureCredential())
>>> try:
        # write test code here
    except HttpResponseError as e:
        print('service responds error: {}'.format(e.response.json()))

Troubleshooting

Running into issues? This section should contain details as to what to do there.

Next steps

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azure-communication-messages-1.0.0.tar.gz (67.5 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file azure-communication-messages-1.0.0.tar.gz.

File metadata

File hashes

Hashes for azure-communication-messages-1.0.0.tar.gz
Algorithm Hash digest
SHA256 8365551fe2d525d6d3dfb13733a5b2dbcf690e05e6d585270b0628dbc247b3b8
MD5 29db4ecbc902a7b0d6250cef74265d14
BLAKE2b-256 6d1a2a9fc96775067bbd355420941e0317adcda84d1867752411522b2c4a202e

See more details on using hashes here.

File details

Details for the file azure_communication_messages-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for azure_communication_messages-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 72f30ae2aefb49049615434cad2fda414795869599902493147eee7cd01d9674
MD5 62976c8e552b622e899c9cbc74d1a376
BLAKE2b-256 2a79f18a9d82a5899e212d4395d7de84dfd45651f7ae0a32c09225fd798acfcf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page