How to add customer domain in azure email communication service by API calls or Azure SDK

Patil, Kiran 20 Reputation points
2024-01-24T09:53:05.27+00:00

Hello ,
I want to add customer domain to my azure communication service. I am able to do with Azure portal and ARM template but want to add through my c# code. Is there any way to do.

Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
877 questions
{count} votes

Accepted answer
  1. VenkateshDodda-MSFT 21,226 Reputation points Microsoft Employee
    2024-01-24T10:36:08.4566667+00:00

    @Patil, Kiran Thanks for reaching out to Microsoft Q&A. Based on the shared information, I have understood that you want to add the custom domain to Azure Communication Email Service through code using C#.

    Azure communication Email service can be created or managed by any of these listed SDK's( JavaScript, .NET ,Python, Java SE, iOS, Android) and using SDK you can either send email or get status of the email are supported by email client libraries as mentioned here.

    Alternatively, to achieve your requirement, you need to use/call this Domains- Create\Update Rest API of Email Service from your C# code. I hope the answer helps. Please let me know if you have any further queries.

    Please accept as Yes if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.