Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5719,6 +5719,7 @@ components:
\ the `include_unsubscribed` value from the template will be inherited.\
\ If you are using a third-party ESP, this field requires the ESP's list\
\ of unsubscribed emails to be cleared."
nullable: true
type: boolean
writeOnly: true
email_bcc:
Expand Down
12 changes: 11 additions & 1 deletion docs/BasicNotification.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Name | Type | Description | Notes
**EmailReplyToAddress** | Pointer to **NullableString** | Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. | [optional]
**EmailPreheader** | Pointer to **NullableString** | 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. | [optional]
**DisableEmailClickTracking** | Pointer to **NullableBool** | Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked. | [optional]
**IncludeUnsubscribed** | Pointer to **bool** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional]
**IncludeUnsubscribed** | Pointer to **NullableBool** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional]
**EmailBcc** | Pointer to **[]string** | Channel: Email BCC recipients for the email. Maximum 5 addresses. Only supported when the email service provider is OneSignal Email. | [optional]
**EmailSenderDomain** | Pointer to **NullableString** | Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. | [optional]
**SmsFrom** | Pointer to **NullableString** | Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. | [optional]
Expand Down Expand Up @@ -3606,6 +3606,16 @@ SetIncludeUnsubscribed sets IncludeUnsubscribed field to given value.

HasIncludeUnsubscribed returns a boolean if a field has been set.

### SetIncludeUnsubscribedNil

`func (o *BasicNotification) SetIncludeUnsubscribedNil(b bool)`

SetIncludeUnsubscribedNil sets the value for IncludeUnsubscribed to be an explicit nil

### UnsetIncludeUnsubscribed
`func (o *BasicNotification) UnsetIncludeUnsubscribed()`

UnsetIncludeUnsubscribed ensures that no value is present for IncludeUnsubscribed, not even an explicit nil
### GetEmailBcc

`func (o *BasicNotification) GetEmailBcc() []string`
Expand Down
12 changes: 11 additions & 1 deletion docs/BasicNotificationAllOf.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Name | Type | Description | Notes
**EmailReplyToAddress** | Pointer to **NullableString** | Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. | [optional]
**EmailPreheader** | Pointer to **NullableString** | 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. | [optional]
**DisableEmailClickTracking** | Pointer to **NullableBool** | Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked. | [optional]
**IncludeUnsubscribed** | Pointer to **bool** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional]
**IncludeUnsubscribed** | Pointer to **NullableBool** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional]
**EmailBcc** | Pointer to **[]string** | Channel: Email BCC recipients for the email. Maximum 5 addresses. Only supported when the email service provider is OneSignal Email. | [optional]
**EmailSenderDomain** | Pointer to **NullableString** | Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. | [optional]
**SmsFrom** | Pointer to **NullableString** | Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. | [optional]
Expand Down Expand Up @@ -3227,6 +3227,16 @@ SetIncludeUnsubscribed sets IncludeUnsubscribed field to given value.

HasIncludeUnsubscribed returns a boolean if a field has been set.

### SetIncludeUnsubscribedNil

`func (o *BasicNotificationAllOf) SetIncludeUnsubscribedNil(b bool)`

SetIncludeUnsubscribedNil sets the value for IncludeUnsubscribed to be an explicit nil

### UnsetIncludeUnsubscribed
`func (o *BasicNotificationAllOf) UnsetIncludeUnsubscribed()`

UnsetIncludeUnsubscribed ensures that no value is present for IncludeUnsubscribed, not even an explicit nil
### GetEmailBcc

`func (o *BasicNotificationAllOf) GetEmailBcc() []string`
Expand Down
12 changes: 11 additions & 1 deletion docs/Notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Name | Type | Description | Notes
**EmailReplyToAddress** | Pointer to **NullableString** | Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. | [optional]
**EmailPreheader** | Pointer to **NullableString** | 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. | [optional]
**DisableEmailClickTracking** | Pointer to **NullableBool** | Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked. | [optional]
**IncludeUnsubscribed** | Pointer to **bool** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional]
**IncludeUnsubscribed** | Pointer to **NullableBool** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional]
**EmailBcc** | Pointer to **[]string** | Channel: Email BCC recipients for the email. Maximum 5 addresses. Only supported when the email service provider is OneSignal Email. | [optional]
**EmailSenderDomain** | Pointer to **NullableString** | Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. | [optional]
**SmsFrom** | Pointer to **NullableString** | Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. | [optional]
Expand Down Expand Up @@ -3607,6 +3607,16 @@ SetIncludeUnsubscribed sets IncludeUnsubscribed field to given value.

HasIncludeUnsubscribed returns a boolean if a field has been set.

### SetIncludeUnsubscribedNil

`func (o *Notification) SetIncludeUnsubscribedNil(b bool)`

SetIncludeUnsubscribedNil sets the value for IncludeUnsubscribed to be an explicit nil

### UnsetIncludeUnsubscribed
`func (o *Notification) UnsetIncludeUnsubscribed()`

UnsetIncludeUnsubscribed ensures that no value is present for IncludeUnsubscribed, not even an explicit nil
### GetEmailBcc

`func (o *Notification) GetEmailBcc() []string`
Expand Down
12 changes: 11 additions & 1 deletion docs/NotificationWithMeta.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Name | Type | Description | Notes
**EmailReplyToAddress** | Pointer to **NullableString** | Channel: Email The email address where replies should be sent. If not specified, replies will go to the from address. | [optional]
**EmailPreheader** | Pointer to **NullableString** | 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. | [optional]
**DisableEmailClickTracking** | Pointer to **NullableBool** | Channel: Email Default is `false`. If set to `true`, the URLs sent within the email will not include link tracking and will be the same as originally set; otherwise, all the URLs in the email will be tracked. | [optional]
**IncludeUnsubscribed** | Pointer to **bool** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional]
**IncludeUnsubscribed** | Pointer to **NullableBool** | Channel: Email Default is `false`. This field is used to send transactional notifications. If set to `true`, this notification will also be sent to unsubscribed emails. If a `template_id` is provided, the `include_unsubscribed` value from the template will be inherited. If you are using a third-party ESP, this field requires the ESP's list of unsubscribed emails to be cleared. | [optional]
**EmailBcc** | Pointer to **[]string** | BCC recipients that were set on this email notification. | [optional]
**EmailSenderDomain** | Pointer to **NullableString** | Channel: Email Sender domain to use for the email message. Overrides the default sender domain configured for the app. Only supported when the email service provider is OneSignal Email. | [optional]
**SmsFrom** | Pointer to **NullableString** | Channel: SMS Phone Number used to send SMS. Should be a registered Twilio phone number in E.164 format. | [optional]
Expand Down Expand Up @@ -3619,6 +3619,16 @@ SetIncludeUnsubscribed sets IncludeUnsubscribed field to given value.

HasIncludeUnsubscribed returns a boolean if a field has been set.

### SetIncludeUnsubscribedNil

`func (o *NotificationWithMeta) SetIncludeUnsubscribedNil(b bool)`

SetIncludeUnsubscribedNil sets the value for IncludeUnsubscribed to be an explicit nil

### UnsetIncludeUnsubscribed
`func (o *NotificationWithMeta) UnsetIncludeUnsubscribed()`

UnsetIncludeUnsubscribed ensures that no value is present for IncludeUnsubscribed, not even an explicit nil
### GetEmailBcc

`func (o *NotificationWithMeta) GetEmailBcc() []string`
Expand Down
32 changes: 21 additions & 11 deletions model_basic_notification.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading