Product

Surveys

NPS, CSAT, CES — 30+ question types with branching, variables, quotas, and AI-assisted building.

Open Survey → Campaigns to see every survey. Each row shows status (Draft / Live), question count, response count, and last-updated time.

The Campaigns header KPIs at a glance:

  • Campaigns — total count
  • Live — currently published
  • Total Responses — across all campaigns
  • Completion Rate — average across responses

Question types

ChirpBack ships with 30+ question types. The Starter plan includes NPS / CSAT / CES basics; Growth adds segmentation, branching logic, paths, and quotas. Growth also unlocks the AI survey builder and AI report generation.

Inside a campaign

Click a campaign to open its detail view with six tabs:

TabWhat's there
OverviewKPIs (Responses, Completion rate, Avg completion time, Last response), sentiment classified by Aero, share & embed
ResponsesEvery submitted response — filter, drill into individual answers
InsightsAero-generated summary of free-text answers
AnalyticsPer-question charts and breakdowns
AutomationsTrigger Slack alerts, emails, or webhooks when responses come in
SettingsStatus (Draft / Live), audience, display rules, integrations

Share & embed

In the Overview tab:

  • Public ID — short ID for the survey
  • Public linkhttps://<your-domain>/s/<publicId> (uses your custom domain if set)
  • Embed code — paste-ready <iframe> for any page
  • Generate QR code — for offline / print distribution
  • Open public survey — launch the live survey

Triggering from the SDK

Open a survey by its publicId:

Chirp.survey.open("md23slh2qn");

See the SDK reference for force, variables, and theme options.

Automations

The Automations tab lets you wire each campaign up to:

  • Slack alerts
  • Email
  • Webhooks

Triggers fire when a new response comes in for that specific campaign.

Sentiment

Aero classifies free-text answers automatically. The Overview tab shows a sentiment breakdown (positive / neutral / negative) over classified responses. Closed-format answers (multiple choice, ratings) are not classified — Aero only looks at free-text.

Next steps

On this page