v1
latestOpenAPI 3.0.02026-07-24226294602.4 KBEmail
Send Email
Send an email to a Client.
post/communications/emails
Headers
x-api-keystring required
A valid api key. If you don't have one, please request one through the Web Integration screen.
Request body
Example request
{
"attachments": [
{
"file_storage_id": 1234567891234567
}
]
}Response
Success flag and message Id, if applicable.
Example response
{
"email_service_email_id": 1234567891234567
}