Update Surveys Response

POST

Updates a user’s survey response for the provided dispatch ID.

Request

This endpoint expects an object.
dispatch_idstringRequiredformat: "id"

The unique ID associated with the dispatched survey.

responseobjectOptional

Survey response submitted for the object.

response_channellongOptional

The source channel ordinal which recorded the survey response.

response_scoreintegerOptional>=1<=10

The response score for the survey. Only applicable for CSAT and NPS.

stagelongOptional

The stage ordinal of the survey response object.

Response

Success.

Built with