Qonfi - Guided Selling & Product Configuration Platform
Qonfi - Guided Selling & Product Configuration Platform
Qonfi - Guided Selling & Product Configuration Platform
Product

Platform

  • How it works

    Explore the interface and all the features. Understand step by step how Qonfi works.

  • Examples

    See how Qonfi works: with a pop-up, sidebar, or in-page. Discover examples of guided selling, product check, and product bundle.

Commercial goals

  • Increase conversions and up-sell

  • Increase cross-sell with bundles

  • Boost marketing automation & personalization

  • Optimize your customer journey & UX

  • Generate higher quality leads

Sectors

  • Pet food

  • Tools & equipment

  • Health & Supplements

  • Sport & Cycling

  • Lighting

  • Living & duvets

Case studies

  • Betersport: more conversions

  • Traphekjes: less returns and more revenue

  • Vehikit: Higher order value in 7 countries

  • Qub: +19% revenue with product bundles

  • Lammertink Isolation: More leads with a calculator

Cases
Documentation
Contact
Pricing
Examples
EN
NL NL
Sign in Get started

On this page

  • Get your webhook url
  • Testing your form
    • Quote request forms
  1. Homepage
  2. Documentation
  3. How to's
  4. Apps
  5. How to send lead information to any third party using webhooks

How to send lead information to any third party using webhooks

To send the information properly, you will have to configure a form and map the Qonfi form fields to your Webhook fields.

Using a form in your flow is a great way to generate leads. When you use a form in Qonfi, all entered information including the answers given by your user can be send to a third party (like a CRM or CDP) with a webhook. This way you have a complete overview of your user's needs when following up a lead.

You can use forms at the end of your flow (as a follow-up) or between steps in your flow (as a step).

Get your webhook url

As an example, we'll show you how to use the Zapier webhook feature to send your lead information to any third party. 

1. Go to Zapier and add a webhook.

2. Go to Settings -> Apps and click "Webhook".

3. Copy the generated Zapier webhook url and add it to the "Webhook url" field in Qonfi.

qonfi-webhook-connect

4. Click connect.

5. Enable the switch "Send answers and contact data to a webhook url" in your form step or follow-up.

qonfi-answers-webhook

To learn more about forms, check out how to create and use custom forms in your flow.

Testing your form

1. Go to "Preview & Styling" and click through your flow. Fill in the form shown after you've answered the last question and submit the form.

qonfi-form-details-

2. Once submitted, a POST request will be send to the configured webhook url with the submitted contact data, the given answers and variables (if configured) with the following JSON data structure:

{
    "contact": {
        "email": "[email protected]",
        "firstName": "John",
        "lastName": "Doe",
        "phone": "+31612345678"
    },
    "answers": [
        {
            "question_key": "Type",
            "question": "Type",
            "answer": "Adult"
        },
        {
            "question_key": "Persons",
            "question": "Persons",
            "answer": "Single"
        },
        {
            "question_key": "Dryer",
            "question": "Dryer",
            "answer": "Yes"
        },
        ...
    ],
    "variables": {
        "language": "",
        "variable1": "value1",
        "variable2": "value2",
        ...
    }
}

Quote request forms

If you're using the Request Quote form feature, the advised products will also be send along with the other information like this:

{
    "contact": ...,
    "answers": ...,
    "variables": ...,
    "results": [
        {
            "id": "1",
            "title": "Product 1"
        },
        {
            "id": "2",
            "title": "Product 2"
        },
        ...
    ]
}

Documentation

  • How to's
    • Configuration
    • Account
    • Preview & Styling
    • Settings
    • Feed
    • Matching
    • Apps
    • Insights
    • Publish
  • Definitions
  • FAQ
Qonfi - Guided Selling & Product Configuration Platform
Lage Gaardenstraat 98
7772 CN Hardenberg
The Netherlands
Qonfi - GDPR compliant

Discover

  • What is guided selling
  • Guided selling on your website
  • Pricing
  • Examples
  • Blog

Support

  • About us
  • Documentation
  • Contact
  • How-to's

Stay connected

Want to know what we're working on? Subscribe to our newsletter.

Follow us

© 2026 Qonfi. All rights reserved.

  • Privacy policy
  • Cookies
  • Terms & Conditions
  • Product
    • Platform
      • How it works
      • Examples
    • Commercial goals
      • Increase conversions and up-sell
      • Increase cross-sell with bundles
      • Boost marketing automation & personalization
      • Optimize your customer journey & UX
      • Generate higher quality leads
    • Sectors
      • Pet food
      • Tools & equipment
      • Health & Supplements
      • Sport & Cycling
      • Lighting
      • Living & duvets
    • Case studies
      • Betersport: more conversions
      • Traphekjes: less returns and more revenue
      • Vehikit: Higher order value in 7 countries
      • Qub: +19% revenue with product bundles
      • Lammertink Isolation: More leads with a calculator
  • Cases
  • Documentation
  • Contact
  • Pricing
  • Examples