|
8 | 8 | customer engagement strategies. Learn more at onesignal.com |
9 | 9 | termsOfService: https://onesignal.com/tos |
10 | 10 | title: OneSignal |
11 | | - version: 5.4.0 |
| 11 | + version: 5.5.0 |
12 | 12 | servers: |
13 | 13 | - url: https://api.onesignal.com |
14 | 14 | paths: |
@@ -3992,6 +3992,12 @@ components: |
3992 | 3992 | tr: tr |
3993 | 3993 | name: name |
3994 | 3994 | isEmail: true |
| 3995 | + email_bcc: |
| 3996 | + - email_bcc |
| 3997 | + - email_bcc |
| 3998 | + - email_bcc |
| 3999 | + - email_bcc |
| 4000 | + - email_bcc |
3995 | 4001 | headings: |
3996 | 4002 | de: de |
3997 | 4003 | hi: hi |
@@ -4063,6 +4069,14 @@ components: |
4063 | 4069 | description: Body of the email (HTML supported). |
4064 | 4070 | nullable: true |
4065 | 4071 | type: string |
| 4072 | + email_bcc: |
| 4073 | + description: BCC recipients for the email template. Maximum 5 addresses. |
| 4074 | + Only supported when the email service provider is OneSignal Email. |
| 4075 | + items: |
| 4076 | + type: string |
| 4077 | + maxItems: 5 |
| 4078 | + nullable: true |
| 4079 | + type: array |
4066 | 4080 | isSMS: |
4067 | 4081 | description: Set true for an SMS template. |
4068 | 4082 | type: boolean |
@@ -4169,6 +4183,12 @@ components: |
4169 | 4183 | tr: tr |
4170 | 4184 | name: name |
4171 | 4185 | isEmail: true |
| 4186 | + email_bcc: |
| 4187 | + - email_bcc |
| 4188 | + - email_bcc |
| 4189 | + - email_bcc |
| 4190 | + - email_bcc |
| 4191 | + - email_bcc |
4172 | 4192 | headings: |
4173 | 4193 | de: de |
4174 | 4194 | hi: hi |
@@ -4236,6 +4256,14 @@ components: |
4236 | 4256 | description: Body of the email (HTML supported). |
4237 | 4257 | nullable: true |
4238 | 4258 | type: string |
| 4259 | + email_bcc: |
| 4260 | + description: BCC recipients for the email template. Maximum 5 addresses. |
| 4261 | + Only supported when the email service provider is OneSignal Email. |
| 4262 | + items: |
| 4263 | + type: string |
| 4264 | + maxItems: 5 |
| 4265 | + nullable: true |
| 4266 | + type: array |
4239 | 4267 | isSMS: |
4240 | 4268 | description: Set true for an SMS template. |
4241 | 4269 | type: boolean |
@@ -5368,6 +5396,15 @@ components: |
5368 | 5396 | \ of unsubscribed emails to be cleared." |
5369 | 5397 | type: boolean |
5370 | 5398 | writeOnly: true |
| 5399 | + email_bcc: |
| 5400 | + description: "Channel: Email\nBCC recipients for the email. Maximum 5 addresses.\ |
| 5401 | + \ Only supported when the email service provider is OneSignal Email.\n" |
| 5402 | + items: |
| 5403 | + type: string |
| 5404 | + maxItems: 5 |
| 5405 | + nullable: true |
| 5406 | + type: array |
| 5407 | + writeOnly: true |
5371 | 5408 | sms_from: |
5372 | 5409 | description: "Channel: SMS\nPhone Number used to send SMS. Should be a registered\ |
5373 | 5410 | \ Twilio phone number in E.164 format.\n" |
@@ -5511,6 +5548,16 @@ components: |
5511 | 5548 | description: Indicates whether the notification was canceled before it could |
5512 | 5549 | be sent. |
5513 | 5550 | type: boolean |
| 5551 | + email_bcc: |
| 5552 | + description: BCC recipients that were set on this email notification. |
| 5553 | + items: |
| 5554 | + type: string |
| 5555 | + nullable: true |
| 5556 | + type: array |
| 5557 | + bcc_sent: |
| 5558 | + description: Number of BCC copies successfully sent for this notification. |
| 5559 | + nullable: true |
| 5560 | + type: integer |
5514 | 5561 | type: object |
5515 | 5562 | PlatformDeliveryData_sms_allOf: |
5516 | 5563 | properties: |
|
0 commit comments