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
Commlog and email messages
Re: Commlog and email messages
Hello akjain1@gmail.com,akjain1@gmail.com wrote: ↑Mon Mar 10, 2025 12:21 pmHello 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
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!