Page 1 of 1

Commlog and email messages

Posted: Mon Mar 10, 2025 12:21 pm
by akjain1@gmail.com
Hello API team. Is there a way to GET information regarding email messages (and whether it was Sent Email Secure or Email Sent with No secure)?
In this window, you will see the ability to send regular emails or secure emails.
https://opendental.com/manual243/emailmessage.html

Re: Commlog and email messages

Posted: Tue Mar 11, 2025 11:54 am
by RyanH
akjain1@gmail.com wrote:
Mon Mar 10, 2025 12:21 pm
Hello API team. Is there a way to GET information regarding email messages (and whether it was Sent Email Secure or Email Sent with No secure)?
In this window, you will see the ability to send regular emails or secure emails.
https://opendental.com/manual243/emailmessage.html
Hello akjain1@gmail.com,

The information you're after is stored in the emailmessage table, and you can use the Queries endpoint to access it. The field SentOrReceived will be equal to 1 "Sent" for emails sent non-secure, or equal to 14 “SecureEmailSent” for emails sent secure.

Thanks!