This trigger fires when a new form submission is received.
Developer info
API endpoint slug
tally.new_submission
Trigger fields
Form Dropdown list
Label
Form
Slug
form_id
Required
true
Can have default value
false
Ingredients
Form name
The name of the form.
Slug
form_name
Filter code
Tally.newSubmission.FormName
Type
String
Example
Contact Form
Response
The unique ID of the submission.
Slug
response_id
Filter code
Tally.newSubmission.ResponseId
Type
String
Example
r3j4k5l6
Respondent
The unique ID of the respondent.
Slug
respondent_id
Filter code
Tally.newSubmission.RespondentId
Type
String
Example
resp123456
Form
The unique ID of the form.
Slug
form_id
Filter code
Tally.newSubmission.FormId
Type
String
Example
nrJ9xb
Question1 title
The title of the first question.
Slug
question_1_title
Filter code
Tally.newSubmission.Question1Title
Type
String
Example
What is your name?
Question1 answer
The answer to the first question.
Slug
question_1_answer
Filter code
Tally.newSubmission.Question1Answer
Type
String
Example
John Doe
Question2 title
The title of the second question.
Slug
question_2_title
Filter code
Tally.newSubmission.Question2Title
Type
String
Example
What is your email?
Question2 answer
The answer to the second question.
Slug
question_2_answer
Filter code
Tally.newSubmission.Question2Answer
Type
String
Example
john@example.com
Question3 title
The title of the third question.
Slug
question_3_title
Filter code
Tally.newSubmission.Question3Title
Type
String
Example
How can we help you?
Question3 answer
The answer to the third question.
Slug
question_3_answer
Filter code
Tally.newSubmission.Question3Answer
Type
String
Example
I need assistance with my order
Question4 title
The title of the fourth question.
Slug
question_4_title
Filter code
Tally.newSubmission.Question4Title
Type
String
Example
What is your company?
Question4 answer
The answer to the fourth question.
Slug
question_4_answer
Filter code
Tally.newSubmission.Question4Answer
Type
String
Example
Acme Corp
Question5 title
The title of the fifth question.
Slug
question_5_title
Filter code
Tally.newSubmission.Question5Title
Type
String
Example
Any additional comments?
Question5 answer
The answer to the fifth question.
Slug
question_5_answer
Filter code
Tally.newSubmission.Question5Answer
Type
String
Example
Thank you for your service
Submitted at
The date and time when the form was submitted.
Slug
submitted_at
Filter code
Tally.newSubmission.SubmittedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00
Responses json
All form responses in JSON format.
Slug
responses_json
Filter code
Tally.newSubmission.ResponsesJson
Type
String
Example
[{"question_number": 1, "question_text": "What is your name?", "answer_text": "John Doe"}, {"question_number": 2, "question_text": "What is your email?", "answer_text": "john@example.com"}]