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
* @param string $subject Subject line of the email.
702
+
* @param integer $delay_value Number of days or hours to wait before sending this email after the previous one.
703
+
* @param string $delay_unit Unit for the send delay. Use `days` for schedule-aware delivery, `hours` for a fixed hourly delay.
704
+
* @param string|null $preview_text Preview text shown in email clients before the email is opened.
705
+
* @param string|null $content HTML body content of the email.
706
+
* @param integer|null $email_template_id ID of the email template to use for layout and styling.
707
+
* @param boolean $published Whether the email is active and will be sent to subscribers.
708
+
* @param array<string>|null $send_days Days of the week this email may be sent. Defaults to all 7 days (inherits the sequence schedule). Pass a subset to restrict delivery, or null to reset to all days.
709
+
* @param integer|null $position Zero-based position of the email in the sequence. Assigned automatically after the last email if omitted.
* @param string|null $subject Subject line of the email.
776
+
* @param integer|null $delay_value Number of days or hours to wait before sending this email after the previous one.
777
+
* @param string|null $delay_unit Unit for the send delay. Use `days` for schedule-aware delivery, `hours` for a fixed hourly delay.
778
+
* @param string|null $preview_text Preview text shown in email clients before the email is opened.
779
+
* @param string|null $content HTML body content of the email.
780
+
* @param integer|null $email_template_id ID of the email template to use for layout and styling.
781
+
* @param boolean|null $published Whether the email is active and will be sent to subscribers.
782
+
* @param array<string>|null $send_days Days of the week this email may be sent. Defaults to all 7 days (inherits the sequence schedule). Pass a subset to restrict delivery, or null to reset to all days.
783
+
* @param integer|null $position Zero-based position of the email in the sequence. Assigned automatically after the last email if omitted.
0 commit comments