Integrate the Zoom API with WordPress and export meeting report data into phpMyAdmin (MySQL database). Require assistance on the process.
hi @tech24
welcome to the forum,
As a wordpress developer I can say yes you can. I have done this, but not yet for public use.
If I was doing this today, I would create a sinple wordpress plugin, then create a server to server auth.
I oculd then do the api calls to get the data from zoom and put into mysql.
After that I suppoose you will want a wordpress fiunction to display the data in wordpress. Maybe under a shortcode.
This is where to get started.
All the best
John