Skip to main content
Production-ready examples for ingesting feedback from various sources.

Field Reference

When creating fields, use these valid categories and types: Categories: content, created_at, identifier, identity, metadata Types: boolean, date, datetime, float, integer, json, string

Support Ticket Integration

Sync your customer support tickets to analyze alongside calls and product data.

NPS Survey Integration

Capture Net Promoter Score feedback to track customer satisfaction trends.

Slack Feedback Capture

Monitor Slack channels for product feedback and feature requests.

Product Analytics Events

Ingest product usage events and user behavior data.

Email Feedback Processing

Process feedback received via email or contact forms.

Batch Import from CSV

Import historical feedback data from CSV files.

Error Handling & Retry Logic

Implement robust error handling for production systems.

Tips

  • Use external_id to prevent duplicate records
  • Handle errors gracefully - implement retry logic for transient failures
  • Store API keys securely in environment variables, not in code
  • Monitor success rates to catch issues early

Next Steps

API Reference

View the complete Feedback Ingestion API reference

Legacy GraphQL Examples

Reference legacy GraphQL examples during migration