Entry Points
Web UI Form
The primary method for collecting feedback is through the web UI, accessible via the “Add Feedback” button throughout the application.Fill in feedback details
Complete the form with:
- Feature Request (optional): Link to an existing feature request, or leave blank for AI matching
- Account (required): The customer account this feedback is from
- Opportunity (optional): Link to a specific sales opportunity
- Severity (required): Low, Medium, or High impact
- Customer Pain (required): Description of the customer’s problem or need
- Relevant Links (optional): External links to support tickets, calls, etc.
If you don’t select a feature request, GTM Feedback will automatically use AI to match your feedback with the most relevant existing feature request.
Slack Integration
Collect feedback directly from Slack conversations using emoji reactions.How it works
How it works
React to any Slack message with the configured feedback emoji (e.g.,
:gtm-feedback:) to create a feedback entry. The system will:- Extract the message content and context
- Identify the customer account from the conversation
- Match or suggest relevant feature requests
- Create the feedback entry automatically
AI-powered matching
AI-powered matching
When feedback is submitted without a feature request (either via Slack or web UI), the system uses AI to:
- Analyze the customer pain description
- Compare against existing feature requests
- Either match to an existing request or suggest creating a new one
Feedback Metadata
Required Fields
Account
The customer account this feedback is associated with. This links to your CRM data and enables ARR calculations.
Severity
Impact level of this feedback:
- High: Critical issue or high-value request
- Medium: Important but not blocking
- Low: Nice-to-have enhancement
Customer Pain
A description of what customer pain this solves and what outcome it enables. Maximum 1000 characters.
Optional Fields
Feature Request
Link to an existing feature request. Leave blank for automatic AI matching.
Opportunity
Specific sales opportunity associated with this feedback. Used for deal-specific tracking.
External Links
Links to support tickets, customer calls, meeting notes, or other relevant resources.
Workflows
When feedback is created, GTM Feedback automatically:- Updates cache - Refresh relevant data for instant UI updates
- Tracks analytics - Record feedback creation events
- Sends notifications - Notify relevant team members via Slack
- Syncs to CRM - Update Salesforce with feedback data (if configured)
- Posts to firehose - Send to product area-specific Slack channels
- Follows request - Automatically follow the feature request for updates
All workflows run asynchronously, so feedback submission is instant without waiting for background tasks to complete.
Viewing Feedback
Feedback can be viewed in multiple contexts:By Feature Request
Navigate to a feature request page to see all feedback for that request, grouped by severity level:- High Severity (red) - Critical customer needs
- Medium Severity (amber) - Important requests
- Low Severity (green) - Nice-to-have items
- Customer account name and logo
- Request status (Open, Shipped, Deprioritized)
- Customer pain description
- Creator and creation date
By Account
View all feedback from a specific customer account at/accounts/[accountId]. This shows:
- Total feedback count by severity
- Account ARR (Annual Recurring Revenue)
- Website and company information
- Expandable lists of feedback items grouped by severity
By User
See feedback created by a specific team member at/user/[userId].
Editing and Deletion
Editing Feedback
- Navigate to the feedback item
- Click the edit button
- Modify the description, severity, or external links
- Submit to save changes
You cannot change the linked account or feature request after creation.
Deleting Feedback
Feedback can be permanently deleted by the creator or an admin. This action:- Removes the feedback from the database
- Updates ARR calculations
- Revalidates the feature request page
- Cannot be undone
Draft Auto-save
The feedback form automatically saves drafts as you type (for new feedback only, not edits). This prevents data loss if:- You accidentally close the modal
- Your browser crashes
- You navigate away from the page