sms conversion - nxtele/http-api-document-en GitHub Wiki
- Conversion API
Share your customer conversion with us, with better service quality.
URL:
http://api2.nxcloud.com/api/smsdr/conversion
Http Method:
- GET
- Example:

Parameters:
| Name | Required | Type | Memo |
|---|---|---|---|
| messageid | Y | string | Message ID returned when commit your send sms request |
| phone | N | string | the destination phone number |
| status | N | string | 10 success converted. (All other value will be treat as non-converted) |
Response
When success will get String:success .
Not success will get String:fail. E.g. the wrong message id.
Note
- If call this API without
status, then it will be treat as converted.