v1

latestOpenAPI 3.0.02026-07-268285163.6 KB
Surveys

Send response

Send a survey response to the platform

post/survey/bots/{bot_id}

Path parameters

bot_idstring required

ID of the bot

Request body

client_idstring required

Client ID of the survey respondant

survey_idstring required

ID of the survey

Example request

{
  "data": {
    "input": "I want to open a bank account",
    "bot_answer": "Great timing as we currently offer the credit card for 6 months!",
    "feedback": "This bot is really helpful, thanks!"
  }
}

Response

successful operation

messagestring