Skip to content

Typeform

Typeform is an online survey and form-building tool that enables users to create interactive and engaging forms for collecting data and feedback.

Categories: surveys-and-feedback

Type: typeform/v1


Connections

Version: 1

OAuth2 Authorization Code

Properties

NameLabelTypeDescriptionRequired
clientIdClient IdSTRINGtrue
clientSecretClient SecretSTRINGtrue

Actions

Create Form

Name: createForm

Creates a new form

Properties

NameLabelTypeDescriptionRequired
titleTitleSTRINGTitle to use for the form.true
typeTypeSTRING
Options quiz, classification, score, branching, classification_branching, score_branching
Form type for the typeform.false
workspaceWorkspaceSTRINGWorkspace where the form will be created.false

Example JSON Structure

{
"label" : "Create Form",
"name" : "createForm",
"parameters" : {
"title" : "",
"type" : "",
"workspace" : ""
},
"type" : "typeform/v1/createForm"
}

Output

Type: OBJECT

Triggers

New Submission

Name: newSubmission

Triggers when form is submitted.

Type: DYNAMIC_WEBHOOK

Properties

NameLabelTypeDescriptionRequired
formForm NameSTRINGtrue

Output

Type: OBJECT

JSON Example

{
"label" : "New Submission",
"name" : "newSubmission",
"parameters" : {
"form" : ""
},
"type" : "typeform/v1/newSubmission"
}