User Communications

This privileged API is for use exclusively by applications hosted within the MOTAR system boundary who need to communicate via email with users.

This API is in proposal status and is not yet available for general use. If you have questions or suggestions to improve this API please reach out to the Dynepic team.

This API is not exposed publicly. It is available to 3rd party services hosted within MOTAR. The authentication methodology is different than other APIs. Use your application client id and secret for server-to-server authentication.

Send an email to one or more MOTAR users.

POST https://api.motar.io/email/v1/send-email

Headers

Request Body

{
    // Response
}

For the Authorization header, perform a Base64 encoding of "client_id:client_secret" and pass the value after the Basic keyword.

Last updated