SMS Flows
This part of the document contains the list of services that can be integrated in flows above. 2 configuration parameters will be shared during integration:
username
Username for basic authentication
password
Password for basic authentication
send-sms (POST)
This service is used to send a SMS. Use '/n' escape char to add new line.
URL
Request Headers
Header
Description
x-akinon-request-id
Unique ID for problem solving & tracing.
x-akinon-api-version
Akinon Customer API version.
Authorization
“Basic {BASE64_encoded(username:password)}”
Request Body raw (json)
Response 201 (with no body)
Response Body For Errors (ALL)
If any errors are encountered in the services, these errors should be reported in the format below, and the list of error codes should be shared with Akinon.
Response Body raw 4xx/5xx (json)
Last updated
Was this helpful?