Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.67 KB

UpdatePushNotificationContentTemplateData.md

File metadata and controls

16 lines (11 loc) · 1.67 KB

UpdatePushNotificationContentTemplateData

Properties

Name Type Description Notes
template_name str Specifies the name of a push notification content template to update. Acceptable values are default and alternative.
template str The push notification content template of which content types to be updated and their detailed format.
template_mesg str Specifies a format for text messages. We support customization of two fields, which are the sender_name and message. These fields will be replaced with actual corresponding values when sending notification requests to FCM, HMS, or APNs.
template_file str Specifies a format for file messages. We support customization with variables including filename and file_type_friendly. When sending notification requests to FCM, HMS, or APNs, the filename will be replaced with the corresponding string value while the file_type_friendly will indicate the type of the file sent, such as `Audio`, `Image`, and `Video`.
template_admn str Specifies a format for admin messages. We support customization of one field, which is the message. This field will be replaced with actual corresponding values when sending notification requests to FCM, HMS, or APNs.
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]