Please add JavaScript action and filter events for my agency's custom JavaScript code to leverage within the browser app, such as when the Add Appointment button is clicked, Appointment Created, Phone Call initiated, and everything else.
This would allow us to run custom JavaScript code throughout the application to customize my browser version of GHL much more easily, consistently, and reliably even after
For example, I had to use MutationObserver (which is not the most performant) to inject Google Maps Address Autocomplete within the CRM single contact screen, but I cannot get it to detect when the modal for New Appointment opens so that Address Autocomplete works within the New Appointment modal's Location field.
For inspiration / technical references: