Newsman API Page
Newsman API » Newsman API 1.2 » List » list.updateProps
Newsman Api Method: list.updateProps
Prototype: list.updateProps(list_id, props)
Description: Updates the properties of a list
Return: boolean (True if update was ok, false otherwise)
Variable | Type | Description |
---|---|---|
list_id | int|string | |
props | array|struct | Hash array with the updated properties of a list. Allowed keys are: from_email – From Email, ex: newsletter@newsmanapp.com from_name – From Name, ex: Newsman Newsletter replyto_email – Reply To Email replyto_name – Reply To Name list_secret – A list secret (password). Used in some hashes computation link_params_append – A query string of params which will be appended to every url. Default is: “utm_term=nl-link&utm_source=nl-general&utm_content=##abonat_id_tld##&utm_medium=newsletter&utm_campaign=Adevarul-Newsletter-##date##” send_rate_text – Text describing the send rate of a newsletter, ex: daily or every friday, … after_unsubscribe_goto – Url where user is redirected after he clicks the ##NEWSMAN:list_unsubscribe## link |