Page 1 of 1

Certifications tool

Posted: Tue Sep 23, 2025 5:50 am
by beacondental
Open Dental has Certifications tool.
https://opendental.com/manual/certifications.html

Is there a way to have API functionality. The GET, POST, and PUT function for this.

Re: Certifications tool

Posted: Tue Sep 23, 2025 11:18 am
by justine
beacondental wrote: Tue Sep 23, 2025 5:50 am Open Dental has Certifications tool.
https://opendental.com/manual/certifications.html

Is there a way to have API functionality. The GET, POST, and PUT function for this.
Hello beacondental,

The Certifications tool isn’t commonly used, so the value of adding API endpoints for it looks pretty low at first glance. Before we consider moving forward, could you email us with some details about your specific use case and workflow? That will help us understand what you’re trying to accomplish and whether Certifications is really the right feature to meet your needs.

Thanks!

Re: Certifications tool

Posted: Tue Sep 23, 2025 11:20 am
by beacondental
We wanted to build a workflow notifications on when employee certifications expire and when it get renewed. Reminder emails sent to employees as well if they forget.

Re: Certifications tool

Posted: Tue Sep 23, 2025 12:17 pm
by justine
beacondental wrote: Tue Sep 23, 2025 11:20 am We wanted to build a workflow notifications on when employee certifications expire and when it get renewed. Reminder emails sent to employees as well if they forget.
Hello beacondental,

If you're building a notification system for when an employee certification expires or gets renewed, you can currently do this by querying the cert and certemployee table using a ShortQuery.

Thanks!