Commlog and email messages

For requests or help with our API
Post Reply
akjain1@gmail.com
Posts: 14
Joined: Thu Feb 16, 2023 2:28 pm

Commlog and email messages

Post by akjain1@gmail.com » 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

RyanH
Posts: 24
Joined: Thu Dec 19, 2024 8:33 am

Re: Commlog and email messages

Post by RyanH » Tue Mar 11, 2025 11:54 am

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!

Post Reply