Hi,
I am trying to run a flow that runs a Kusto query and then sends an email (to my Micrososft email account).
The email sending step fails on: "User account does not exists".
I manage to connect to my account through: https://portal.office.com/account/ and do not see any REST API not supported errors.
Here are all the details of error:
- Method
post
- Path
/Mail
- Authentication
{ "scheme": "Key", "parameter": "*sanitized*", "value": "*sanitized*", "type": "Raw" }
- Body
{ "To": "peninaw@microsoft.com;", "Subject": "Flow test", "Body": "0", "IsHtml": true }
- Headers
{ "Pragma": "no-cache", "x-ms-request-id": "4dd69496-ac04-4bb7-9b64-aebff2018d8b", "X-Content-Type-Options": "nosniff", "Cache-Control": "no-cache", "Date": "Wed, 04 Jan 2017 13:44:30 GMT", "Set-Cookie": "ARRAffinity=951a40e67004467c868e4d19866e3fc31bc494dafb9af4d2cb9748ae58e86dda;Path=/;Domain=127.0.0.1", "Server": "Microsoft-IIS/8.0,Microsoft-HTTPAPI/2.0", "X-AspNet-Version": "4.0.30319", "X-Powered-By": "ASP.NET", "Content-Length": "76", "Content-Type": "application/json; charset=utf-8", "Expires": "-1" }
Body
{ "status": 404, "message": "User account does not exist.", "source": "127.0.0.1" }
Thanks,
Penina.