AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
TypeformTypeform

New form is created

This trigger fires every time a new form is created

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires every time a new form is created
API endpoint slug
typeform.new_form

Trigger fields

No fields for this trigger

Ingredients

Form IDThe ID of the form.

Slug
form_id
Filter code
Typeform.newForm.FormId
Type
String
Example
123

Form titleThe title of the form

Slug
form_title
Filter code
Typeform.newForm.FormTitle
Type
String
Example
My awesome form!

Form URLURL to access the form

Slug
form_url
Filter code
Typeform.newForm.FormUrl
Type
Web URL
Example
https://subdomain.typeform.com/to/abc123

Form is publicDraft forms return "false" and Public forms return "true".

Slug
form_is_public
Filter code
Typeform.newForm.FormIsPublic
Type
String
Example
"false"