Interview
Send SMS with the link for onboarding
Used by Admins or Executives to send SMS containing generated onboarding link.
post/omni/external/send-sms
Query parameters
idstring required
Id of onboarding session for which link is being generated.
Headers
api-versionstring required
Request body
Example request
{
"smsText": "Here is the link to finish onboarding {0}",
"clientId": "incode",
"queryParams": {
"lang": "lang"
}
}Response
OK