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

NameLabelTypeControl TypeDescriptionRequired
clientIdClient IdSTRINGTEXTtrue
clientSecretClient SecretSTRINGTEXTtrue

Actions

Create Form

Name: createForm

Creates a new form

Properties

NameLabelTypeControl TypeDescriptionRequired
titleTitleSTRINGTEXTTitle to use for the form.true
typeTypeSTRING
Options quiz, classification, score, branching, classification_branching, score_branching
SELECTForm type for the typeform.false
workspaceWorkspaceSTRINGSELECTWorkspace where the form will be created.false

Output

Type: OBJECT

JSON Example

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

Triggers

New Submission

Name: newSubmission

Triggers when form is submitted.

Type: DYNAMIC_WEBHOOK

Properties

NameLabelTypeControl TypeDescriptionRequired
formForm NameSTRINGSELECTtrue

Output

Type: OBJECT

JSON Example

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