Closed
Conversation
- Replace Cal.com redirect with inline iframe embed in dialog - Pre-fill calendar with user name, email, and notes from form - Auto-close dialog after booking confirmation - Add Unify analytics integration for user identification - Add Slack webhook notifications for demo requests - Simplify Cal.com initialization script
- Replace in-dialog calendar with full-screen overlay - Dialog closes when transitioning to calendar view - Cleaner separation between form and calendar UI
- Add upsert_unify_person() to create/update person records via Unify Data API - Replace rx.call_script(unify_identify_js()) with server-side API calls - Keep client-side identify as fallback - API key read from UNIFY_API_KEY environment variable
- Revert to client-side unify_identify_js approach - Set person status to 'Demo Requested' for all demo form submissions - Remove server-side Unify Data API integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR replaces the Cal.com redirect with an inline iframe embed in the demo form dialog.
Changes
Environment Variables
SLACK_DEMO_WEBHOOK_URL: Slack webhook for demo notifications (required for Slack integration)Testing