We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8809af3 commit 01bf0e9Copy full SHA for 01bf0e9
Sources/IndiePitcherSwift/dtos.swift
@@ -323,6 +323,18 @@ public struct SendEmailToMailingList: Codable, Sendable {
323
324
/// Delay sending of this email until specified date.
325
public var delayUntilDate: Date?
326
+
327
+ /// Whether to track email opens.
328
+ ///
329
+ /// Allow you to overwrite the project's global setting.
330
+ /// - Default: `nil`- Uses the project's global setting.
331
+ var trackEmailOpens: Bool?
332
333
334
335
336
337
+ var trackEmailLinkClicks: Bool?
338
}
339
340
/// Represents a mailing list contacts can subscribe to, such as `Monthly newsletter` or `Onboarding`.
0 commit comments