This is to send SMS message, each request is to send to one recipient.
Request
Body Params application/json
Example
// send to Taiwan{"country_code":"886","mobile":"0912345678","content":"Hi, 我是陳大文。"}// send to Hong Kong{"sender":"xlead","country_code":"852","mobile":"91234567","content":"Hi, this is David Chan。","send_also_ofca_registers":false}
Responses
🟢200Success
application/json
Body
Example
// valid send request{"rc":100,"rm":"OK","ref_id":"145737475"}// invalid send request{"rc":-100,"rm":"Missing sender, your region requires Sender ID to send out messages."}