All Collections
Analyzing 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 get any data captured via a Candu Form out of Candu and synced with the rest of your tech stack.

Forms support a number of 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 - string of any text entered

  • Text Area - string of any text entered

  • Select Input - text of selected option chosen

  • Email Input - string of the email address entered

  • Checkbox - text of selected option chosen

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

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

Below is the example Form:

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

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

Did this answer your question?