Send messageAsk AIpost https://api.melroselabs.com/{basePath}/messageSend a message or messages. Also used to submit a message for scheduled delivery at a later time.Body ParamsMessage to be sentsourcestringrequiredOrigin mobile number or alphatag.destinationstringrequiredTarget mobile number to where the message is being sent.messagestringrequiredMessage text to be sent via SMS to a destination mobile. If longer than a single SMS the a long SMS (comprising more than a single SMS) will be sent.receiptbooleanDelivery receipt requested. Receipt will be sent to default URL if receiptURL not provided.truefalsereceiptURLstringCallback URL for delivery receipt on completion of message.validitydate-timeTime when the message expires, in ISO 8601 format.validityMinutesstringNumber of minutes until message should expire. Instead of validity.scheduleddate-timeTime when delivery of the message will be attempted, in ISO 8601 format.Responses 200Message successfully submitted 400Failure to submit messageUpdated about 1 year ago