You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: models/BasicNotification.ts
+61Lines changed: 61 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -397,6 +397,10 @@ export class BasicNotification {
397
397
*/
398
398
'email_from_address'?: string;
399
399
/**
400
+
* Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address.
401
+
*/
402
+
'email_reply_to_address'?: string;
403
+
/**
400
404
* Channel: Email The preheader text of the email. Preheader is the preview text displayed immediately after an email subject that provides additional context about the email content. If not specified, will default to null.
401
405
*/
402
406
'email_preheader'?: string;
@@ -421,6 +425,26 @@ export class BasicNotification {
421
425
* Channel: All JSON object that can be used as a source of message personalization data for fields that support tag variable substitution. Push, SMS: Can accept up to 2048 bytes of valid JSON. Email: Can accept up to 10000 bytes of valid JSON. Example: {\"order_id\": 123, \"currency\": \"USD\", \"amount\": 25}
422
426
*/
423
427
'custom_data'?: object;
428
+
/**
429
+
* Channel: Push Notifications Platform: Huawei Full path of the app entry activity class
430
+
*/
431
+
'huawei_badge_class'?: string;
432
+
/**
433
+
* Channel: Push Notifications Platform: Huawei Accumulative badge number, which is an integer ranging from 1 to 99
434
+
*/
435
+
'huawei_badge_add_num'?: number;
436
+
/**
437
+
* Channel: Push Notifications Platform: Huawei Badge number, which is an integer ranging from 0 to 99
438
+
*/
439
+
'huawei_badge_set_num'?: number;
440
+
/**
441
+
* Channel: Push Notifications Platform: Huawei Category of the push notification for HMS classification.
Copy file name to clipboardExpand all lines: models/BasicNotificationAllOf.ts
+61Lines changed: 61 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -346,6 +346,10 @@ export class BasicNotificationAllOf {
346
346
*/
347
347
'email_from_address'?: string;
348
348
/**
349
+
* Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address.
350
+
*/
351
+
'email_reply_to_address'?: string;
352
+
/**
349
353
* Channel: Email The preheader text of the email. Preheader is the preview text displayed immediately after an email subject that provides additional context about the email content. If not specified, will default to null.
350
354
*/
351
355
'email_preheader'?: string;
@@ -370,6 +374,26 @@ export class BasicNotificationAllOf {
370
374
* Channel: All JSON object that can be used as a source of message personalization data for fields that support tag variable substitution. Push, SMS: Can accept up to 2048 bytes of valid JSON. Email: Can accept up to 10000 bytes of valid JSON. Example: {\"order_id\": 123, \"currency\": \"USD\", \"amount\": 25}
371
375
*/
372
376
'custom_data'?: object;
377
+
/**
378
+
* Channel: Push Notifications Platform: Huawei Full path of the app entry activity class
379
+
*/
380
+
'huawei_badge_class'?: string;
381
+
/**
382
+
* Channel: Push Notifications Platform: Huawei Accumulative badge number, which is an integer ranging from 1 to 99
383
+
*/
384
+
'huawei_badge_add_num'?: number;
385
+
/**
386
+
* Channel: Push Notifications Platform: Huawei Badge number, which is an integer ranging from 0 to 99
387
+
*/
388
+
'huawei_badge_set_num'?: number;
389
+
/**
390
+
* Channel: Push Notifications Platform: Huawei Category of the push notification for HMS classification.
Copy file name to clipboardExpand all lines: models/Notification.ts
+61Lines changed: 61 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -397,6 +397,10 @@ export class Notification {
397
397
*/
398
398
'email_from_address'?: string;
399
399
/**
400
+
* Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address.
401
+
*/
402
+
'email_reply_to_address'?: string;
403
+
/**
400
404
* Channel: Email The preheader text of the email. Preheader is the preview text displayed immediately after an email subject that provides additional context about the email content. If not specified, will default to null.
401
405
*/
402
406
'email_preheader'?: string;
@@ -422,6 +426,26 @@ export class Notification {
422
426
*/
423
427
'custom_data'?: object;
424
428
/**
429
+
* Channel: Push Notifications Platform: Huawei Full path of the app entry activity class
430
+
*/
431
+
'huawei_badge_class'?: string;
432
+
/**
433
+
* Channel: Push Notifications Platform: Huawei Accumulative badge number, which is an integer ranging from 1 to 99
434
+
*/
435
+
'huawei_badge_add_num'?: number;
436
+
/**
437
+
* Channel: Push Notifications Platform: Huawei Badge number, which is an integer ranging from 0 to 99
438
+
*/
439
+
'huawei_badge_set_num'?: number;
440
+
/**
441
+
* Channel: Push Notifications Platform: Huawei Category of the push notification for HMS classification.
* Channel: Push Notifications Platform: Huawei A tag used for Huawei business intelligence and analytics.
446
+
*/
447
+
'huawei_bi_tag'?: string;
448
+
/**
425
449
* Channel: All Schedule notification for future delivery. API defaults to UTC -1100 Examples: All examples are the exact same date & time. \"Thu Sep 24 2015 14:00:00 GMT-0700 (PDT)\" \"September 24th 2015, 2:00:00 pm UTC-07:00\" \"2015-09-24 14:00:00 GMT-0700\" \"Sept 24 2015 14:00:00 GMT-0700\" \"Thu Sep 24 2015 14:00:00 GMT-0700 (Pacific Daylight Time)\" Note: SMS currently only supports send_after parameter.
426
450
*/
427
451
'send_after'?: string;
@@ -1035,6 +1059,12 @@ export class Notification {
1035
1059
"type": "string",
1036
1060
"format": ""
1037
1061
},
1062
+
{
1063
+
"name": "email_reply_to_address",
1064
+
"baseName": "email_reply_to_address",
1065
+
"type": "string",
1066
+
"format": ""
1067
+
},
1038
1068
{
1039
1069
"name": "email_preheader",
1040
1070
"baseName": "email_preheader",
@@ -1077,6 +1107,36 @@ export class Notification {
Copy file name to clipboardExpand all lines: models/NotificationWithMeta.ts
+61Lines changed: 61 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -401,6 +401,10 @@ export class NotificationWithMeta {
401
401
*/
402
402
'email_from_address'?: string;
403
403
/**
404
+
* Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address.
405
+
*/
406
+
'email_reply_to_address'?: string;
407
+
/**
404
408
* Channel: Email The preheader text of the email. Preheader is the preview text displayed immediately after an email subject that provides additional context about the email content. If not specified, will default to null.
405
409
*/
406
410
'email_preheader'?: string;
@@ -426,6 +430,26 @@ export class NotificationWithMeta {
426
430
*/
427
431
'custom_data'?: object;
428
432
/**
433
+
* Channel: Push Notifications Platform: Huawei Full path of the app entry activity class
434
+
*/
435
+
'huawei_badge_class'?: string;
436
+
/**
437
+
* Channel: Push Notifications Platform: Huawei Accumulative badge number, which is an integer ranging from 1 to 99
438
+
*/
439
+
'huawei_badge_add_num'?: number;
440
+
/**
441
+
* Channel: Push Notifications Platform: Huawei Badge number, which is an integer ranging from 0 to 99
442
+
*/
443
+
'huawei_badge_set_num'?: number;
444
+
/**
445
+
* Channel: Push Notifications Platform: Huawei Category of the push notification for HMS classification.
0 commit comments