changedInput schema / $defs / BroadcastEmailDocument / description
Previous value: -"A structured email document. The root node must use type `doc` and contain supported block nodes. For Subscriber personalization in email subjects and body text nodes, use Mailrith bracket tokens such as [Subscriber_Name, fallback=\"friend\"] or [Subscriber_Email, fallback=\"\"]. Before using a custom field, call custom_fields_list or custom_fields_get and copy its personalization_token exactly. Do not use Handlebars-style variables such as {{ subscriber.name }}; Mailrith sends them as literal text."New value: +"A structured email document. The root node must use type `doc` and contain supported block nodes."
changedInput schema / $defs / BroadcastEmailDocument / example / content
Previous value: -[
- {
- "content": [
- {
- "text": "Hello [Subscriber_Name, fallback=\"friend\"].",
- "type": "text"
- }
- ],
- "type": "paragraph"
- }
-]New value: +[
+ {
+ "content": [
+ {
+ "text": "Hello from Mailrith.",
+ "type": "text"
+ }
+ ],
+ "type": "paragraph"
+ }
+]
changedInput schema / $defs / BroadcastEmailDocument / examples
Previous value: -[
- {
- "content": [
- {
- "content": [
- {
- "text": "Hello [Subscriber_Name, fallback=\"friend\"].",
- "type": "text"
- }
- ],
- "type": "paragraph"
- }
- ],
- "type": "doc"
- }
-]New value: +[
+ {
+ "content": [
+ {
+ "content": [
+ {
+ "text": "Hello from Mailrith.",
+ "type": "text"
+ }
+ ],
+ "type": "paragraph"
+ }
+ ],
+ "type": "doc"
+ }
+]
removedInput schema / $defs / SequenceEmail / properties / subject / description
Removed value: -"For Subscriber personalization in email subjects and body text nodes, use Mailrith bracket tokens such as [Subscriber_Name, fallback=\"friend\"] or [Subscriber_Email, fallback=\"\"]. Before using a custom field, call custom_fields_list or custom_fields_get and copy its personalization_token exactly. Do not use Handlebars-style variables such as {{ subscriber.name }}; Mailrith sends them as literal text."
changedOutput schema / $defs / BroadcastEmailDocument / description
Previous value: -"A structured email document. The root node must use type `doc` and contain supported block nodes. For Subscriber personalization in email subjects and body text nodes, use Mailrith bracket tokens such as [Subscriber_Name, fallback=\"friend\"] or [Subscriber_Email, fallback=\"\"]. Before using a custom field, call custom_fields_list or custom_fields_get and copy its personalization_token exactly. Do not use Handlebars-style variables such as {{ subscriber.name }}; Mailrith sends them as literal text."New value: +"A structured email document. The root node must use type `doc` and contain supported block nodes."
changedOutput schema / $defs / BroadcastEmailDocument / example / content
Previous value: -[
- {
- "content": [
- {
- "text": "Hello [Subscriber_Name, fallback=\"friend\"].",
- "type": "text"
- }
- ],
- "type": "paragraph"
- }
-]New value: +[
+ {
+ "content": [
+ {
+ "text": "Hello from Mailrith.",
+ "type": "text"
+ }
+ ],
+ "type": "paragraph"
+ }
+]
changedOutput schema / $defs / BroadcastEmailDocument / examples
Previous value: -[
- {
- "content": [
- {
- "content": [
- {
- "text": "Hello [Subscriber_Name, fallback=\"friend\"].",
- "type": "text"
- }
- ],
- "type": "paragraph"
- }
- ],
- "type": "doc"
- }
-]New value: +[
+ {
+ "content": [
+ {
+ "content": [
+ {
+ "text": "Hello from Mailrith.",
+ "type": "text"
+ }
+ ],
+ "type": "paragraph"
+ }
+ ],
+ "type": "doc"
+ }
+]
removedOutput schema / $defs / BroadcastSendProgress / properties / sent
Removed value: -{
- "type": "integer"
-}
changedOutput schema / $defs / BroadcastSendProgress / required
Previous value: -[
- "run_id",
- "phase",
- "selected",
- "materialized",
- "sent",
- "accepted",
- "skipped",
- "retrying",
- "permanent_failed",
- "unknown",
- "canceled",
- "percent_complete",
- "effective_rate",
- "provider_limited_rate",
- "provider",
- "estimated_completion",
- "estimated_completion_basis",
- "last_progress_at",
- "pause_reason",
- "next_retry_at",
- "next_retry_action",
- "pause_message",
- "terminal"
-]New value: +[
+ "run_id",
+ "phase",
+ "selected",
+ "materialized",
+ "accepted",
+ "skipped",
+ "retrying",
+ "permanent_failed",
+ "unknown",
+ "canceled",
+ "percent_complete",
+ "effective_rate",
+ "provider_limited_rate",
+ "provider",
+ "estimated_completion",
+ "estimated_completion_basis",
+ "last_progress_at",
+ "pause_reason",
+ "next_retry_at",
+ "next_retry_action",
+ "pause_message",
+ "terminal"
+]
removedOutput schema / $defs / SequenceEmail / properties / subject / description
Removed value: -"For Subscriber personalization in email subjects and body text nodes, use Mailrith bracket tokens such as [Subscriber_Name, fallback=\"friend\"] or [Subscriber_Email, fallback=\"\"]. Before using a custom field, call custom_fields_list or custom_fields_get and copy its personalization_token exactly. Do not use Handlebars-style variables such as {{ subscriber.name }}; Mailrith sends them as literal text."