Setting up outgoing Webhooks

Use it in order to send data to your CRM system, etc.

Serhii Uhnivenko

Last Update hace 3 meses

Add a new webhook to your quiz

1. Go to EasyQuizy admin panel ⇒ Quizzes ⇒ Your quiz ⇒ Integrations and scripts ⇒ Webhooks. Add new webhook URL here:

2. Save the project.

You can add more webhook URLs, as much as you need!

Webhook parameters (json structure)

event_id

event_type (quiz / callback)

time_date

url_parameters:

  • utm_source
  • utm_medium
  • utm_campaign
  • utm_content
  • utm_term
  • gclid
  • fbclid
  • msclkid
  • yclid
  • li_fat_id
  • ttclid

user_parameters:

  • name
  • phone
  • email
  • _fbc (browser cookie)
  • _fbp (browser cookie)
  • _ga (browser cookie)
  • _uetvid (browser cookie)
  • _gcl_aw (browser cookie)
  • userAgent
  • ip

quiz_parameters:

  • account_id
  • project_id
  • domain

quiz_answers:

  • question
  • answer

JSONPath for all objects of json array

ParameterJSONPath
event_id$.event_id
event_type$.event_type
time_date$.time_date
url_parameters:
utm_source$.url_parameters.utm_source
utm_medium$.url_parameters.utm_medium
utm_campaign$.url_parameters.utm_campaign
utm_content$.url_parameters.utm_content
utm_term$.url_parameters.utm_term
gclid$.url_parameters.gclid
fbclid$.url_parameters.fbclid
msclkid$.url_parameters.msclkid
yclid$.url_parameters.yclid
li_fat_id$.url_parameters.li_fat_id
ttclid$.url_parameters.ttclid
user_parameters:
name$.user_parameters.name
phone$.user_parameters.phone
email$.user_parameters.email
_fbc$.user_parameters._fbc
_fbp$.user_parameters._fbp
_ga$.user_parameters._ga
_uetvid$.user_parameters._uetvid
_gcl_aw$.user_parameters._gcl_aw
userAgent$.user_parameters.userAgent
ip$.user_parameters.ip
quiz_parameters:
account_id$.quiz_parameters.account_id
project_id$.quiz_parameters.project_id
domain$.quiz_parameters.domain
quiz_answers:
question$.quiz_answers.question (all values)
answer$.quiz_answers.answer (all values)
questions + answers$.quiz_answers.['question', 'answer']

Additional

  • You can debug it and see the whole JSON structure, using https://webhook.site/

  • You are able to send data both directly to your CRM (if it supports incoming webhooks) or using auxiliary integration services, such as Zapier, Make, Apix Drive, etc.

Was this article helpful?

0 out of 0 liked this article

Still need help? Message Us