@outseta/api-client 0.3.12 → 0.3.13
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
CHANGED
|
@@ -733,7 +733,9 @@ export const campaignGetBroadcastEmail = async (broadcastCampaignUid: string | n
|
|
|
733
733
|
|
|
734
734
|
/**
|
|
735
735
|
* Setting SendDateTime to a future UTC date schedules the broadcast for sending and its status
|
|
736
|
-
changes to Pending.
|
|
736
|
+
changes to Pending. An account may only have 5 broadcasts scheduled or sending at one time;
|
|
737
|
+
scheduling beyond that is rejected until one finishes sending or is unscheduled. There is no
|
|
738
|
+
limit on the number of drafts. Clearing SendDateTime unschedules the broadcast. Recipients can be added
|
|
737
739
|
with EmailListUids and SegmentUids (see the create endpoint): on update these are merged onto
|
|
738
740
|
the broadcast's existing recipients and only ever add — to remove recipients or replace the
|
|
739
741
|
set, send RecipientData directly.
|