Create Survey
POST /feedback/surveys
POST
/feedback/surveys
Create an NPS or CSAT survey.
type fixes the scale (NPS 0-10, CSAT 1-5 unless you override
scale_min / scale_max). delivery_channel chooses email, the
messaging bridge, or the in-app widget. comment_mode controls whether a
respondent can add free text: none, link (score click opens a form) or
html (textarea inside the email).
Authorizations
Parameters
Header Parameters
Request Body required
object
delivery_channel
string
name
required
string
question_text
required
string
type
required
string
Responses
201
Successful Response
object
data
required
object
delivery_channel
required
string
id
required
string
is_active
required
boolean
name
required
string
question_text
required
string
scale_max
required
integer
scale_min
required
integer
type
required
string
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string