Skip to main content
All CollectionsAnalyzing your Candu Content
Outgoing Webhooks - Form Response Data
Outgoing Webhooks - Form Response Data

Understand the format of your Form response data when using Candu Webhooks

Lauren Cumming avatar
Written by Lauren Cumming
Updated over a week ago

Candu Webhooks can be used to extract any data captured via a Candu Form from Candu and sync it with the rest of your tech stack.

Send Form Responses out of Candu

Forms support several different input fields, and this guide highlights the output to expect from each type of field to help you use your responses accurately.

In this example Form, we have used every Form input type available & described the expected output:

  • Text Input - a string of any text entered

  • Text Area - string of any text entered

  • Select Input - text of selected option chosen

  • Email Input - a string of the email address entered

  • Checkbox - text of selected option chosen

  • Multi-select cards - the name of each card selected with a semicolon between multiple chosen options. You can set the name for each card in the editor.

  • Single-select cards - the name of the card selected. You can set the name for each card in the editor

Below is the example Form:

A screenshot of an example Candu form.

Here is an example of the webhook payload once a response has been submitted:

A screenshot of the payload response trigger.

Here is an example of the data sent to a Google Spreadsheet:

An example of the response data once added to a spreadsheet.
Did this answer your question?