API reference, Interview

Send SMS with the link for onboarding

POSThttps://demo-api.incodesmile.com/omni/external/send-sms

Used by Admins or Executives to send SMS containing generated onboarding link.

Query parameters

idstringrequired

Id of onboarding session for which link is being generated.

Headers

api-versionstringrequiredDefaults to 1.0

Request body

application/json

smsTextstring0 to 160 chars

Text to be shown with URL. Needs to have {0} placeholder inside for URL.

clientIdstringrequired≥ 1 chars
shortUrlboolean

Indicates whether the link should be shortened. If set to true, the link will be converted to a shortened version.

Additional onboarding url query params allowed: lang

langstring≥ 1 chars
uuidstring

Optional UUID to be reused for linking the onboarding session. If not provided or invalid, a new one will be generated.

Responses

Was this page helpful?