Zigpoll
CtrlK
  • What is Zigpoll
  • Accounts
    • General Settings
    • Display Settings
    • Visibility Settings
    • Targeting Settings
    • Language Settings
    • Embed Code
    • Monthly Requests
    • Surveys
    • Join Existing Account
  • Surveys
    • General Settings
    • Display Settings
    • Visibility Settings
    • Targeting Settings
    • Language Settings
    • Management Options
    • Slides
    • Survey Preview
    • Import
  • Slides
    • Types of Slides
    • Slide Logic
    • Template Variables
  • Embed
    • Participant Metadata
    • Survey Metadata
      • Special Variables
    • Template Variables
  • Participants
  • Subscription Plans
    • How we calculate responses
  • Billing
  • Notifications
  • Javascript API
  • Shopify App
    • Log In
    • Shopify Flow
  • Affiliate Program
  • Wordpress
  • Public Link
  • Integrations
    • Klaviyo
    • Mailchimp
    • GetResponse
    • Omnisend
    • Gorgias
    • ActiveCampaign
    • Google Analytics
      • Slack
    • Shopify
    • Google Sheets
    • n8n
    • API Key
    • Webhooks
  • Tutorials
    • Adding Team Members
Powered by GitBook
On this page
  1. Integrations

Webhooks

🔑 How to Create A Zigpoll Webhook

  • Log in to your Zigpoll dashboard.

  • Go to Integrations → Scroll down to Webhooks.

  • Create a new webhook by filling in the form.

Whenever a new response is submitted to the survey we will POST the data to your endpoint as valid JSON. See an example response below:

{
  type: 'submitted-responses',
  accountId: '',
  pollId: '',
  participantId: '',
  metadata: {},
  responses: {},
}
PreviousAPI KeyNextTutorials

Last updated 2 days ago