APEX Integration with Gmail Notifications Introduction In many Oracle APEX applications, users want to see Gmail notifications directly within the application without opening Gmail. In this article, we will build a Gmail notification badge that displays the number of unread emails in the APEX Navigation Bar. Final Output Notification bell in the Navigation Bar Displays unread Gmail count Automatically refreshes every 60 seconds Works across the entire APEX application using the Global Page (Page 0) Architecture Gmail ↓ Google Apps Script ↓ REST Web App ↓ Oracle APEX (Page 0) ↓ Navigation Bar Badge Prerequisites Oracle APEX (Works on apex.oracle.com) Personal Gmail account Google Apps Script Internet access 1 Create a Google Apps Script Project Open https://script.google.com/ Click New Project. Rename the project. Ex: APEX Gmail Notification 2 Write the Google Apps Script Replace the default code with the following: ...
Oracle APEX · Technical Blog Building a Professional Resume Builder with Oracle APEX A deep dive into how APEX Collections, AI-powered text generation, and Dynamic Content Regions come together to create a seamless, end-to-end resume building experience. Overview The Resume Builder is a full-featured web application built on Oracle APEX that guides users through the entire resume creation process - from entering personal details to downloading a professionally formatted document. Rather than saving data prematurely to permanent tables, the application uses APEX Collections to temporarily hold user inputs across each step, keeping the experience lightweight, session-aware, and easy to manage. User data is organized into the following dedicated sections: Section Description Personal Information ...