@outseta/api-client 0.3.16 → 0.3.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/generated/email/email.ts +13 -13
package/package.json
CHANGED
|
@@ -631,20 +631,20 @@ omitted it is derived automatically, so callers (including LLM tools) do not nee
|
|
|
631
631
|
understand it. Use Message.PreviewText for inbox preview text rather than an in-body
|
|
632
632
|
preheader.
|
|
633
633
|
|
|
634
|
-
When Body is a
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
layout
|
|
634
|
+
When Body is a content fragment with no Design, it is composed into the account's API
|
|
635
|
+
email layout — a branded header and footer that includes the unsubscribe and
|
|
636
|
+
manage-subscriptions links — and the composed result is what is sent and opened in the
|
|
637
|
+
editor. Do not add your own unsubscribe link in this case; the layout provides one. The
|
|
638
|
+
layout is editable in the app; TemplateUid selects a specific layout template when the
|
|
639
|
+
account has more than one.
|
|
639
640
|
|
|
640
|
-
The layout is NOT applied when the body
|
|
641
|
-
(
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
(e.g. CAN-SPAM) also require a visible unsubscribe link in the body.
|
|
641
|
+
The layout is NOT applied when a Design is supplied or when the body is a complex full
|
|
642
|
+
HTML document (Outlook conditional comments, stylesheet links) — in those cases the body
|
|
643
|
+
is sent exactly as supplied, and you must include a visible unsubscribe link in it
|
|
644
|
+
yourself: add {{ UnsubscribeLink }} (a ready-made anchor) or {{ UnsubscribeUrl }} (the raw
|
|
645
|
+
URL) where you want it. Its presence is not validated. A one-click List-Unsubscribe header
|
|
646
|
+
is always added, but most anti-spam laws (e.g. CAN-SPAM) also require a visible
|
|
647
|
+
unsubscribe link in the body.
|
|
648
648
|
* @summary Create a new broadcast.
|
|
649
649
|
*/
|
|
650
650
|
export type campaignAddBroadcastEmailResponse200 = {
|