Returns questionnaire questions for a use case.
projectId required | string The unique ID of the project. You can find this on the Sinch Dashboard. |
useCase required | string (RcsInputSenderUseCasesEnum) Use case. |
Questionnaire questions
required | object General launch questions |
required | object Verification questions. |
object Launch questions specific for UK. | |
object Launch questions specific for France. | |
object Launch questions specific for Spain. |
BadRequest
Unauthorized
InternalServerError
Response with questionnaire questions.
{- "general": {
- "questions": {
- "optInDescription": {
- "question": "How do users agree to receive messages from your business through the agent?",
- "suggestedAnswers": [
- "By subscribing to our loyalty program",
- "By making a purchase in-store or online",
- "By subscribing to a newsletter",
- "By creating an account on our website or app"
]
}, - "triggerDescription": {
- "question": "When does your business send messages to users through the agent?",
- "suggestedAnswers": [
- "User actions (e.g. after making a purchase)"
]
}, - "interactionsDescription": {
- "question": "How will users interact with your business through the agent?",
- "suggestedAnswers": [
- "Online Payment",
- "Password reset",
- "OTP/2FA for account login"
]
}, - "optOutDescription": {
- "question": "What message does your business send when a user opts out?",
- "suggestedAnswers": [
- "Thank you for opting out",
- "Thank you for unsubscribing",
- "We have registered your opt out request"
]
}, - "videoUris": {
- "question": "",
- "suggestedAnswers": [ ]
}, - "screenshotUris": {
- "question": "",
- "suggestedAnswers": [ ]
}
}
}, - "verification": {
- "questions": {
- "name": {
- "question": "What is the name of your verification contact?",
- "suggestedAnswers": [ ]
}, - "email": {
- "question": "What is the email of your verification contact?",
- "suggestedAnswers": [ ]
}, - "title": {
- "question": "What is the title of your verification contact?",
- "suggestedAnswers": [ ]
}, - "website": {
- "question": "What is the website of your verification contact?",
- "suggestedAnswers": [ ]
}
}
}
}