Skip to main content

Webhooks Overview

Pro Enterprise

Webhooks allow your applications to receive real-time notifications when specific events occur in Pollarix. Instead of polling the API for changes, webhooks push data to your server automatically.

How Webhooks Work

Why Use Webhooks?

Real-time Updates

Instant notifications without constant API polling

🔗

Easy Integration

Connect Pollarix to any system that accepts HTTP requests

🔄

Automation Ready

Trigger workflows in Zapier, n8n, or your custom backend

📊

Data Sync

Keep your databases synchronized with Pollarix in real-time

Supported Events

EventTriggerUse Case
SURVEY_COMPLETEDRespondent submits surveySync to CRM, send alerts
SURVEY_STATUS_CHANGEDSurvey activated/closedUpdate dashboards
COUPON_REDEEMEDCoupon distributedTrack rewards

Common Use Cases

Use CaseDescription
CRM IntegrationAutomatically create or update customer records when surveys are completed
AlertingSend Slack/Teams notifications when specific survey responses arrive
Data PipelinesPush survey data to your data warehouse in real-time
Reward SystemsTrigger coupon delivery or loyalty points when customers complete surveys
AnalyticsFeed response data into your analytics platform instantly

Quick Start

  1. Navigate to SettingsWebhooks
  2. Click New Webhook
  3. Enter your endpoint URL
  4. Select events to subscribe
  5. Click Save
Pro Tip

Use webhook.site to test webhooks during development without setting up a server.

Next Steps

Was this page helpful?