Sendmail REST API
Summary
Sendmail REST APIContent
Has anyone successfully tested the Sendmail REST API? I am getting error. The EPM Automate command works fine. Is there a working example ?
REST API End point : https://<SERVICE_NAME>-<TENANT_NAME>.<SERVICE_TYPE>.<dcX>.oraclecloud.com/interop/rest/security/v1/services/sendmail
Content-Type : application/json
I am passing the following as a json file in body (Testing using POSTMAN).
{
"to": "arun@example.com",
"subject": "from rest api",
"body": "from rest api"
}
I keep getting the below error message:
<errorProps>
<errorMessage>null for uri: https://<host>.oraclecloud.com:443/interop/rest/security/v1/services/sendmail
Tagged:
3