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"
+ }
+]
addedInput schema / $defs / BroadcastUpdateRequest / properties / body_document / $ref
Added value: +"#/$defs/BroadcastEmailDocument"
removedInput schema / $defs / BroadcastUpdateRequest / properties / body_document / allOf
Removed value: -[
- {
- "$ref": "#/$defs/BroadcastEmailDocument"
- }
-]
removedInput schema / $defs / BroadcastUpdateRequest / properties / body_document / 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."
removedInput schema / $defs / BroadcastUpdateRequest / 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"
+ }
+]