postMessage
Post a new message
Sends an email message to the Customer with Id from the parameters and saves the message in the database.
func postMessage(_ message: Message, completion: @escaping (_ success: Bool, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next