Skip to content
Open
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
16 changes: 16 additions & 0 deletions api/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19158,6 +19158,10 @@ definitions:
type: "string"
example: "Jimmy"
description: "Name of the recipient. Maximum allowed characters are 70."
contactPixelTrackingConsent:
type: "boolean"
example: true
description: "Consent of the recipient for open (pixel) and click tracking, resolved by the sender at send time. Considered only if the per-contact pixel tracking consent feature is enabled for your account. Pass `true` if this recipient has consented to open and click tracking, in which case the open pixel and tracked links identify the recipient. Pass `false` to anonymise the open and click events (counted in aggregate statistics only). If it is not passed, the recipient is treated as unknown consent status and the email is still sent (the open and click are anonymised unless your account tracks unknown-consent contacts). A value other than `true`/`false` is rejected. Ignored when the feature is not enabled for your account."
sendSmtpEmail_bcc:
type: "object"
required:
Expand All @@ -19173,6 +19177,10 @@ definitions:
example: "Helen"
description: "Name of the recipient in bcc. Maximum allowed characters are\
\ 70."
contactPixelTrackingConsent:
type: "boolean"
example: true
description: "Consent of the recipient in bcc for open (pixel) and click tracking, resolved by the sender at send time. Considered only if the per-contact pixel tracking consent feature is enabled for your account. Pass `true` if this recipient has consented to open and click tracking, in which case the open pixel and tracked links identify the recipient. Pass `false` to anonymise the open and click events (counted in aggregate statistics only). If it is not passed, the recipient is treated as unknown consent status and the email is still sent (the open and click are anonymised unless your account tracks unknown-consent contacts). A value other than `true`/`false` is rejected. Ignored when the feature is not enabled for your account."
sendSmtpEmail_cc:
type: "object"
required:
Expand All @@ -19188,6 +19196,10 @@ definitions:
example: "Ann"
description: "Name of the recipient in cc. Maximum allowed characters are\
\ 70."
contactPixelTrackingConsent:
type: "boolean"
example: true
description: "Consent of the recipient in cc for open (pixel) and click tracking, resolved by the sender at send time. Considered only if the per-contact pixel tracking consent feature is enabled for your account. Pass `true` if this recipient has consented to open and click tracking, in which case the open pixel and tracked links identify the recipient. Pass `false` to anonymise the open and click events (counted in aggregate statistics only). If it is not passed, the recipient is treated as unknown consent status and the email is still sent (the open and click are anonymised unless your account tracks unknown-consent contacts). A value other than `true`/`false` is rejected. Ignored when the feature is not enabled for your account."
sendSmtpEmail_replyTo:
type: "object"
required:
Expand Down Expand Up @@ -19238,6 +19250,10 @@ definitions:
type: "string"
example: "Jimmy"
description: "Name of the recipient. **Maximum allowed characters are 70**."
contactPixelTrackingConsent:
type: "boolean"
example: true
description: "Consent of the recipient for open (pixel) and click tracking, resolved by the sender at send time. Considered only if the per-contact pixel tracking consent feature is enabled for your account. Pass `true` if this recipient has consented to open and click tracking, in which case the open pixel and tracked links identify the recipient. Pass `false` to anonymise the open and click events (counted in aggregate statistics only). If it is not passed, the recipient is treated as unknown consent status and the email is still sent (the open and click are anonymised unless your account tracks unknown-consent contacts). A value other than `true`/`false` is rejected. Ignored when the feature is not enabled for your account."
sendSmtpEmail_replyTo_1:
type: "object"
required:
Expand Down
1 change: 1 addition & 0 deletions docs/SendSmtpEmailBcc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Email** | **string** | Email address of the recipient in bcc | [default to null]
**Name** | **string** | Name of the recipient in bcc. Maximum allowed characters are 70. | [optional] [default to null]
**ContactPixelTrackingConsent** | **bool** | Consent of the recipient in bcc for open (pixel) and click tracking, resolved by the sender at send time. Considered only if the per-contact pixel tracking consent feature is enabled for your account. Pass `true` if this recipient has consented to open and click tracking, in which case the open pixel and tracked links identify the recipient. Pass `false` to anonymise the open and click events (counted in aggregate statistics only). If it is not passed, the recipient is treated as unknown consent status and the email is still sent (the open and click are anonymised unless your account tracks unknown-consent contacts). A value other than `true`/`false` is rejected. Ignored when the feature is not enabled for your account. | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
1 change: 1 addition & 0 deletions docs/SendSmtpEmailCc.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Email** | **string** | Email address of the recipient in cc | [default to null]
**Name** | **string** | Name of the recipient in cc. Maximum allowed characters are 70. | [optional] [default to null]
**ContactPixelTrackingConsent** | **bool** | Consent of the recipient in cc for open (pixel) and click tracking, resolved by the sender at send time. Considered only if the per-contact pixel tracking consent feature is enabled for your account. Pass `true` if this recipient has consented to open and click tracking, in which case the open pixel and tracked links identify the recipient. Pass `false` to anonymise the open and click events (counted in aggregate statistics only). If it is not passed, the recipient is treated as unknown consent status and the email is still sent (the open and click are anonymised unless your account tracks unknown-consent contacts). A value other than `true`/`false` is rejected. Ignored when the feature is not enabled for your account. | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
1 change: 1 addition & 0 deletions docs/SendSmtpEmailTo.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Email** | **string** | Email address of the recipient | [default to null]
**Name** | **string** | Name of the recipient. Maximum allowed characters are 70. | [optional] [default to null]
**ContactPixelTrackingConsent** | **bool** | Consent of the recipient for open (pixel) and click tracking, resolved by the sender at send time. Considered only if the per-contact pixel tracking consent feature is enabled for your account. Pass `true` if this recipient has consented to open and click tracking, in which case the open pixel and tracked links identify the recipient. Pass `false` to anonymise the open and click events (counted in aggregate statistics only). If it is not passed, the recipient is treated as unknown consent status and the email is still sent (the open and click are anonymised unless your account tracks unknown-consent contacts). A value other than `true`/`false` is rejected. Ignored when the feature is not enabled for your account. | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
1 change: 1 addition & 0 deletions docs/SendSmtpEmailTo1.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Email** | **string** | Email address of the recipient | [default to null]
**Name** | **string** | Name of the recipient. **Maximum allowed characters are 70**. | [optional] [default to null]
**ContactPixelTrackingConsent** | **bool** | Consent of the recipient for open (pixel) and click tracking, resolved by the sender at send time. Considered only if the per-contact pixel tracking consent feature is enabled for your account. Pass `true` if this recipient has consented to open and click tracking, in which case the open pixel and tracked links identify the recipient. Pass `false` to anonymise the open and click events (counted in aggregate statistics only). If it is not passed, the recipient is treated as unknown consent status and the email is still sent (the open and click are anonymised unless your account tracks unknown-consent contacts). A value other than `true`/`false` is rejected. Ignored when the feature is not enabled for your account. | [optional] [default to null]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
2 changes: 2 additions & 0 deletions lib/model_send_smtp_email_bcc.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ type SendSmtpEmailBcc struct {
Email string `json:"email"`
// Name of the recipient in bcc. Maximum allowed characters are 70.
Name string `json:"name,omitempty"`
// Consent of the recipient in bcc for open (pixel) and click tracking, resolved by the sender at send time. Considered only if the per-contact pixel tracking consent feature is enabled for your account. Pass `true` if this recipient has consented to open and click tracking, in which case the open pixel and tracked links identify the recipient. Pass `false` to anonymise the open and click events (counted in aggregate statistics only). If it is not passed, the recipient is treated as unknown consent status and the email is still sent (the open and click are anonymised unless your account tracks unknown-consent contacts). A value other than `true`/`false` is rejected. Ignored when the feature is not enabled for your account.
ContactPixelTrackingConsent *bool `json:"contactPixelTrackingConsent,omitempty"`
}
2 changes: 2 additions & 0 deletions lib/model_send_smtp_email_cc.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ type SendSmtpEmailCc struct {
Email string `json:"email"`
// Name of the recipient in cc. Maximum allowed characters are 70.
Name string `json:"name,omitempty"`
// Consent of the recipient in cc for open (pixel) and click tracking, resolved by the sender at send time. Considered only if the per-contact pixel tracking consent feature is enabled for your account. Pass `true` if this recipient has consented to open and click tracking, in which case the open pixel and tracked links identify the recipient. Pass `false` to anonymise the open and click events (counted in aggregate statistics only). If it is not passed, the recipient is treated as unknown consent status and the email is still sent (the open and click are anonymised unless your account tracks unknown-consent contacts). A value other than `true`/`false` is rejected. Ignored when the feature is not enabled for your account.
ContactPixelTrackingConsent *bool `json:"contactPixelTrackingConsent,omitempty"`
}
2 changes: 2 additions & 0 deletions lib/model_send_smtp_email_to.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ type SendSmtpEmailTo struct {
Email string `json:"email"`
// Name of the recipient. Maximum allowed characters are 70.
Name string `json:"name,omitempty"`
// Consent of the recipient for open (pixel) and click tracking, resolved by the sender at send time. Considered only if the per-contact pixel tracking consent feature is enabled for your account. Pass `true` if this recipient has consented to open and click tracking, in which case the open pixel and tracked links identify the recipient. Pass `false` to anonymise the open and click events (counted in aggregate statistics only). If it is not passed, the recipient is treated as unknown consent status and the email is still sent (the open and click are anonymised unless your account tracks unknown-consent contacts). A value other than `true`/`false` is rejected. Ignored when the feature is not enabled for your account.
ContactPixelTrackingConsent *bool `json:"contactPixelTrackingConsent,omitempty"`
}
2 changes: 2 additions & 0 deletions lib/model_send_smtp_email_to_1.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ type SendSmtpEmailTo1 struct {
Email string `json:"email"`
// Name of the recipient. **Maximum allowed characters are 70**.
Name string `json:"name,omitempty"`
// Consent of the recipient for open (pixel) and click tracking, resolved by the sender at send time. Considered only if the per-contact pixel tracking consent feature is enabled for your account. Pass `true` if this recipient has consented to open and click tracking, in which case the open pixel and tracked links identify the recipient. Pass `false` to anonymise the open and click events (counted in aggregate statistics only). If it is not passed, the recipient is treated as unknown consent status and the email is still sent (the open and click are anonymised unless your account tracks unknown-consent contacts). A value other than `true`/`false` is rejected. Ignored when the feature is not enabled for your account.
ContactPixelTrackingConsent *bool `json:"contactPixelTrackingConsent,omitempty"`
}