Create Survey
Create a new survey
Request body
A newsletter-scoped slug used to reference this survey when embedding it in emails.
The survey question shown to subscribers.
The list of pre-defined answer choices. Order is preserved unless randomize_answers is true.
Internal notes about the survey. Not shown to subscribers.
An enumeration.
If true, subscribers can provide a freeform text response in addition to (or instead of) picking from answers.
An enumeration.
If true, the order of answers is shuffled each time the survey is rendered.
Example request
{
"identifier": "color",
"question": "What's your favorite color?",
"answers": [
"Red",
"Green",
"Blue"
]
}Response
Created
A unique TypeID associated with the object.
The date and time at which the object was first created.
A newsletter-scoped slug used to reference this survey when embedding it in emails.
The survey question shown to subscribers.
The total number of responses this survey has received.
The list of pre-defined answer choices. Order is preserved unless randomize_answers is true.
Internal notes about the survey. Not shown to subscribers.
If true, the order of answers is shuffled each time the survey is rendered.
An enumeration.
An enumeration.
If true, subscribers can provide a freeform text response in addition to (or instead of) picking from answers.
An enumeration.