-
Notifications
You must be signed in to change notification settings - Fork 395
feat: pre-fill user info in Zendesk support link #6586
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Add user email and ID as URL parameters when opening the Contact Support link to improve support experience. Only includes user data when logged in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
🎭 Playwright Test Results⏰ Completed at: 11/05/2025, 03:53:19 AM UTC 📈 Summary
📊 Test Reports by Browser
🎉 Click on the links above to view detailed test results for each browser configuration. |
Bundle Size ReportSummary
Category Glance Per-category breakdownApp Entry Points — 3.31 MB (baseline 3.31 MB) • ⚪ 0 BMain entry bundles and manifests
Status: 3 added / 3 removed Graph Workspace — 729 kB (baseline 729 kB) • 🔴 +424 BGraph editor runtime, canvas, workflow orchestration
Status: 1 added / 1 removed Views & Navigation — 8.18 kB (baseline 8.18 kB) • ⚪ 0 BTop-level views, pages, and routed surfaces
Status: 1 added / 1 removed Panels & Settings — 293 kB (baseline 293 kB) • ⚪ 0 BConfiguration panels, inspectors, and settings screens
Status: 6 added / 6 removed UI Components — 12.6 kB (baseline 12.6 kB) • ⚪ 0 BReusable component library chunks
Status: 1 added / 1 removed Data & Services — 10.4 kB (baseline 10.4 kB) • ⚪ 0 BStores, services, APIs, and repositories
Status: 1 added / 1 removed Utilities & Hooks — 1.07 kB (baseline 1.07 kB) • ⚪ 0 BHelpers, composables, and utility bundles
Vendor & Third-Party — 5.32 MB (baseline 5.32 MB) • ⚪ 0 BExternal libraries and shared vendor chunks
Other — 2.55 MB (baseline 2.55 MB) • ⚪ 0 BBundles that do not match a named category
|
|

Add user email and ID as URL parameters when opening the Contact Support link to improve support experience. Only includes user data when logged in.
Summary
Enhanced the Contact Support command to automatically pre-fill user email and ID in Zendesk support tickets, streamlining the support request process for authenticated users.
Changes
useCurrentUsercomposable to access authenticated user data inuseCoreCommands.tsComfy.ContactSupportcommand to append user email (tf_anonymous_requester_emailandtf_40029135130388) and user ID (tf_42515251051412) as URL parameters when availabletf_42243568391700parameter for distribution type (oss/ccloud)Review Focus
Example URLs generated when you press on help locally (it will change automatically to ccloud on Cloud):
https://support.comfy.org/hc/en-us/requests/new?tf_42243568391700=osshttps://support.comfy.org/hc/en-us/requests/new?tf_42243568391700=ccloud&[email protected]&[email protected]&tf_42515251051412=abc123xyz┆Issue is synchronized with this Notion page by Unito