Please add support for window.parent.postMessage events that allow embedded apps to trigger core UI actions in GHL — such as opening the Create Contact modal.
This would dramatically improve the user experience for custom apps by enabling deeper, seamless interaction with the GHL interface without requiring full page redirects or rebuilding native functionality.
Example use case:
window.parent.postMessage({ action: 'openCreateContactModal' }, '*');
Thank you for considering this enhancement — it would unlock powerful integrations within the embedded app framework.