Submit Surveys
Submits a user response to a survey, which is defined by the survey ID.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
object
The ID of the object this survey is on (e.g. ticket, conversation, etc).
survey
The ID of the survey to submit the response to.
dispatch_id
The unique ID associated with the dispatched survey.
dispatched_channels
The ordinals of the source channels on which the survey is sent.
recipient
The unique ID associated with the recipient of the survey.
response
Survey response submitted for the object.
response_score
The response score for the survey. Only applicable for CSAT and
NPS.
source_channel
The source channel from which survey response is submitted.
stage
The stage ordinal of the survey response object.
Response
Success.