Add base Mobile Push messageAsk AIpost https://yespo.io/api/v1/messages/mobilepushThe method is used for creating new Mobile Push message.Body Paramsidint32Message ID.namestringrequiredMessage name.languageCodestringLanguage code.tagsarray of stringsList of tags.tagsADD stringsubscriptionsKeysarray of stringsSubscription categories keys, assigned to a message.subscriptionsKeysADD stringlanguagesarray of stringsAn array with the language codes for multilingual messages. Available for the GET method only.languagesADD stringtitlestringrequiredMessage title.subtitlestringMessage subtitle. Visible only to iOS users.textstringrequiredMessage text.linkstringCan be either an external link (opens in device browser) or a deep link (opens some section of the app).imageSourcestringImage URL for a single image in a message. Use 'images' array to create an images carousel.customDatastringAdditional parameters in JSON format to be used in the push message.ttlSecint32Time-to-live for a message; in seconds.buttonsarray of objectsUse buttons to implement various actions. 4 buttons for iOS, 3 buttons for Android are supported.buttonsADD objectsoundEnabledbooleanEnable to play sound when user receives push-message.truefalsebadgeCountint64The number of unread messages shown to the user.imagesarray of stringsThe array of image URLs for images carousel. Up to 10 images.imagesADD stringtranslationsarray of objectsThe array of language versions for the current message. Available for GET method only.translationsADD objectResponse 200Updated 10 months ago