9396ac0a61
* Updates based on Bug Bush feedbacks * Resolve comments |
||
---|---|---|
.. | ||
README.md | ||
apiDefinition.swagger.json | ||
apiProperties.json | ||
script.csx |
README.md
Azure Communication Services Email
Azure Communication Services Email is a new primitive that facilitates high volume transactional, bulk and marketing emails on the Azure Communication Services platform and will enable Application-to-Person (A2P) use cases. You can read more about Email in Azure Communication Services here.
Publisher: Microsoft
Prerequisites
You will need the following to proceed:
- A Microsoft Power Apps or Power Automate plan with custom connector feature
- An Azure subscription
- An Azure Communication Services Email resource with a configured domain
- An Azure Communication Services resource connected with an Azure Email domain
Supported Operations
Send Email
Sends an email message to one or more recipients.
Get Email Message Status
Gets the status of an email message sent previously.
Obtaining Credentials
-
Set up an Azure Communication Services resource
-
Set up an Azure Commuincation Services Email resource
- Create an Email resource
- Configure a domain
-
Connect Email Domain with Communication Services resource
-
Connection String Authentication
- You can create a new connection using an Azure Communication Services resource connection string.
Known Issues and Limitations
Does not support Service principal (Azure AD application) Authentication at this time.
Deployment Instructions
Run the following commands and follow the prompts:
paconn create --api-def .\apiDefinition.swagger.json --api-prop .\apiProperties.json --script .\script.csx --icon .\icon.png