Is it possible to RECEIVE SMS texts using Azure Comm Services Python SDK?

seadude 111 Reputation points
2022-09-09T04:43:56.563+00:00

The Azure Communication Service Github repo says that the service has the capability to "Send and Receive SMS messages",

239268-image.png

But I only see "Send" functions in both Microsoft Learn (https://learn.microsoft.com/en-us/rest/api/communication/sms) and the Python SDK Github repo (https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/communication/azure-communication-sms).

I don't see anything about RECEIVING SMS on the ACS roadmap either.

Is this coming?

Thank you

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
1,240 questions
0 comments No comments
{count} votes

Accepted answer
  1. Ebraheem Al-Muneyeer (MSFT) 961 Reputation points Microsoft Employee
    2022-09-11T15:32:57.237+00:00

    Hi @seadude , thank you for reaching us.

    ACS already supports receiving messages through Event Grid. In summary you need to register to the SMS Received event, and you should receive Event Grid events each time purchased number receive a message.

    For more information you can check SMS FAQ here sms-faq and our QuickStart sample here handle-sms-events

    When you set up the Event Grid you can configure it to forward the notification to a Web Hook for example and in this way, you can notify your application about the incoming message.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. seadude 111 Reputation points
    2022-09-11T16:36:28.81+00:00

    Thank you @Ebraheem Al-Muneyeer (MSFT) , these are the exact documents I need.

    I missed these resources in my research.

    Take care

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.