PowerPlatformConnectors/certified-connectors/Azure Communication Service...
lei-msft 9396ac0a61
[Azure Communication Services Email (Certified Connector)] Updates based on Bug Bush feedbacks (#1735)
* Updates based on Bug Bush feedbacks

* Resolve comments
2022-06-17 13:37:36 -07:00
..
README.md [Azure Communication Services Email (Certified Connector)] Updates based on Bug Bush feedbacks (#1735) 2022-06-17 13:37:36 -07:00
apiDefinition.swagger.json [Azure Communication Services Email (Certified Connector)] Updates based on Bug Bush feedbacks (#1735) 2022-06-17 13:37:36 -07:00
apiProperties.json Azure Communication Services Email (Certified Connector) (#1692) 2022-06-14 15:31:09 +02:00
script.csx [Azure Communication Services Email (Certified Connector)] Updates based on Bug Bush feedbacks (#1735) 2022-06-17 13:37:36 -07:00

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

  1. Set up an Azure Communication Services resource

  2. Set up an Azure Commuincation Services Email resource

    1. Create an Email resource
    2. Configure a domain
  3. Connect Email Domain with Communication Services resource

  4. Connection String Authentication

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