Lists

Update list

Update an existing subscriber list.

put/lists/{list_id}

Path parameters

list_idinteger required

ID of the list.

Request body

namestring required

List name.

from_namestring

Sender name used in emails sent from this list.

from_emailstring

Sender email address used in emails sent from this list.

reply_tostring

Reply-to email address.

sub_success_pagestring

URL to redirect to after submitting a sign-up form.

sub_confirmed_pagestring

URL to redirect to after confirming a sign-up email.

unsub_pagestring

URL to redirect to after unsubscribing from the list.

double_optinboolean

Whether sign-up confirmation (double opt-in) is required.

conf_subjectstring

Subject line of the confirmation email.

conf_messagestring

HTML content of the confirmation email.

Response

OK

idinteger
namestring
from_namestring
from_emailstring
reply_tostring
{"stackTrail":"paths:/lists/{list_id}:put:responses:200:content:application/json:schema:properties:sub_success_page","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/lists/{list_id}:put:responses:200:content:application/json:schema:properties:sub_confirmed_page","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/lists/{list_id}:put:responses:200:content:application/json:schema:properties:unsub_page","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/lists/{list_id}:put:responses:200:content:application/json:schema:properties:double_optin","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/lists/{list_id}:put:responses:200:content:application/json:schema:properties:conf_subject","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/lists/{list_id}:put:responses:200:content:application/json:schema:properties:conf_message","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.