Update an RSS campaign

Update an RSS campaign.

Path Params
uuid
required

ID of the brand to update a campaign in

uuid
required

ID of the campaign

Body Params
string

Name of the campaign

string

Subject line for the campaign

from
object
string

Name of the recipient. Use merge tags to make it more personal and avoid spam filters.

reply_to
object
string
string

Copy shown following your subject line in many email clients.

string

HTML body of the email.

string

Text body of the email.

uuid

A template id to use to populate the HTML body of the email.

boolean

True to enable open tracking (HTML campaigns only).

boolean

True to enable click tracking in HTML links.

boolean

True to enable click tracking in text links.

uuid

ID of a segment used to filter the lists of contacts the campaign is sent to.

uuid

ID of the message type of the campaign.

list_ids
array of uuids

An array of list ids to send the campaign to.

list_ids
excluded_list_ids
array of uuids

An array of list ids to exclude from the campaign. Any contacts on these lists will not be sent the campaign.

excluded_list_ids
string
enum

Set to none to send the campaign as fast as possible. Set to burst to send the campaign in small batches over time.

Allowed:
integer
1000 to 1000000

Number of emails to send in each per batch. Must be a multiple of 1000. Required if throttling_type is burst.

integer
enum

Time in seconds between sending each batch of emails. Required if throttling_type is burst.

Allowed:
uuid

ID of a suppression list. Any emails in the suppression list will not be sent the campaign.

url

URL of an RSS feed.

integer
0 to 23

Hour to check the RSS feed for updates.

integer
enum

Minutes to check the RSS feed for updates.

Allowed:
frequency
object

Details of how of often to check the RSS feed for updates. Only one of daily, weekly, and monthly must be present.

boolean

Set to true to activate the RSS campaign. RSS campaigns will not be sent until activated by setting ready to true.

Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json