Creates a message template for messages that are sent through a push notification channel.
pinpoint_create_push_template(PushNotificationTemplateRequest,
TemplateName)
[required]
[required] The name of the message template. A template name must start with an alphanumeric character and can contain a maximum of 128 characters. The characters can be alphanumeric characters, underscores (\_), or hyphens (-). Template names are case sensitive.
svc$create_push_template( PushNotificationTemplateRequest = list( ADM = list( Action = "OPEN_APP"|"DEEP_LINK"|"URL", Body = "string", ImageIconUrl = "string", ImageUrl = "string", RawContent = "string", SmallImageIconUrl = "string", Sound = "string", Title = "string", Url = "string" ), APNS = list( Action = "OPEN_APP"|"DEEP_LINK"|"URL", Body = "string", MediaUrl = "string", RawContent = "string", Sound = "string", Title = "string", Url = "string" ), Baidu = list( Action = "OPEN_APP"|"DEEP_LINK"|"URL", Body = "string", ImageIconUrl = "string", ImageUrl = "string", RawContent = "string", SmallImageIconUrl = "string", Sound = "string", Title = "string", Url = "string" ), Default = list( Action = "OPEN_APP"|"DEEP_LINK"|"URL", Body = "string", Sound = "string", Title = "string", Url = "string" ), DefaultSubstitutions = "string", GCM = list( Action = "OPEN_APP"|"DEEP_LINK"|"URL", Body = "string", ImageIconUrl = "string", ImageUrl = "string", RawContent = "string", SmallImageIconUrl = "string", Sound = "string", Title = "string", Url = "string" ), tags = list( "string" ), TemplateDescription = "string" ), TemplateName = "string" )