Send an SMSAsk AIpost https://api.ycloud.com/v2/smsSends an outbound text message.Body ParamsSMS request that needs to be sent.tostringrequiredThe recipient's phone number in E.164 format.textstringrequiredThe text of this message.senderIdstringSender ID to be used.signaturestringThis parameter is only required for Chinese mainland SMS messages. You must specify an approved signature such as Brand. It will be added to the beginning of SMS body and wrapped with 【】, e.g. 【Brand】Your verification code is 123456.externalIdstringA unique (recommended) string to reference the object. This can be an order number or similar, and can be used to reconcile the object with your internal systems.callbackUrlstringDelivery report URL. You can provide a URL, and we will push the updated status report to your server in time. e.g., https://httpbin.org/anything?tag=api. Note: We recommend configuring Webhook Endpoints instead.Response 200The request is successfully accepted.Updated 12 months ago