This trigger fires every time a new form is created
Developer info
- 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"