Branding & Settings
The Configuracoes page (/settings) is organized into multiple tabs covering all configuration options.
Branding Tab
Customize how your public pages look:
| Setting | Descricao |
|---|---|
| Company Logo | Upload your logo (displayed on public pages and nav) |
| Brand Color | Primary color (hex) used for buttons, links, active states |
| Accent Color | Secondary color (hex) for accents and highlights |
| Feedback Wall Enabled | Toggle the public mural de feedback on/off |
Brand colors are applied to all 5 public pages (Product Hub, Feedback Wall, Form, Roadmap, Registro de Alteracoes) via the shared navigation bar.
Account Tab
| Setting | Descricao |
|---|---|
| Name | Your display name |
| Your login email | |
| Company Name | Displayed on public pages |
Notificacoes Tab
Configure when you receive email notifications:
| Setting | Descricao |
|---|---|
| New Submission Alert | Email when a new submission arrives |
| Daily Digest | Daily summary email (sent at 8 AM) |
| Weekly Digest | Weekly summary email |
Integrations Tab
Webhook Configuracao
Set up outbound webhooks to receive real-time notifications:
| Setting | Descricao |
|---|---|
| Webhook URL | Your endpoint (e.g., Slack incoming webhook URL) |
| Events | Which events trigger the webhook |
| Secret | Shared secret for HMAC signature verification |
Supported endpoints: Slack, Discord, custom HTTP endpoints.
Webhook Events
submission.created-- new feedback receivedsubmission.status_changed-- status updatesubmission.replied-- admin reply sent
Relatorios Tab
Configure relatorios agendados:
| Setting | Descricao |
|---|---|
| Report Frequency | Daily, Weekly, Monthly, or Disabled |
| Report Recipients | Email addresses to receive reports |
Custom Domain Tab
Use your own domain instead of the platform's:
- Insira seu domain (e.g.,
feedback.yourcompany.com) - Add a CNAME record pointing to the platform domain
- Click Verify Domain
- Once verified, your public pages are accessible via your dominio personalizado
Plan requirement: Custom domain requires the
custom_domainfeature flag on your plan.
Password Tab
Change your account password.
Seguranca Tab (2FA)
Enable Two-Factor Authentication:
- Click Enable 2FA
- Scan the QR code with an authenticator app (Google Authenticator, Authy)
- Enter the 6-digit code to confirm
- Save your recovery codes!
API Keys Tab
Generate Chaves API for programmatic access:
- Click Create API Key
- Enter a name (e.g., "Mobile App Integration")
- Copy the generated key immediately (it's only shown once!)
- Use this key as a Bearer token in API requests
| Action | Descricao |
|---|---|
| Create | Generate a new API key |
| Revoke | Disable an existing key |
Plan requirement: API access requires the
api_accessfeature flag on your plan.
Public Page URLs
The Configuracoes page also displays all your public page URLs for easy reference and copying:
- Product Hub:
/p/{your-slug} - Feedback Wall:
/wall/{your-slug} - Roadmap:
/roadmap/{your-slug} - Registro de Alteracoes:
/changelog/{your-slug}