Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
IMPORTANT: Fax channel and "regular mail" (snail mail) are deprecated.

...

  • string UpdateList(string accessKey, int listID, bool copyTemplate, Option[] options)
    • accessKeyaccess key obtained using the LoginFromId method
    • listID: ID of the list to be modified
    • options: array of values for options setting:
      • owneremail: sender email address*
      • description: list description
      • format: list format (allowed values = html, text)
      • charset: text charset (see a list of /wiki/spaces/mailupapi/pages/36339743)
      • public: flag** indicating if the list is visible in the frontend
      • tracking: flag** enabling the tracking of opens
      • nl_sendername: emali sender name
      • sms_sendername: sms sender (max 11 chars for alphanumeric senders)
      • optout_type: optout type (0: One-click unsubscribe, 1: , 2: )
      • frontendform: flag** that allows to view the subscription forms in the frontend
      • headerxabuse: heading added to the messages in the list
      • kbmax: message size beyond which a warning is generated
      • replytoheaderreplyto: email address** for replies to the newsletter
      • headerlistunsubscribe: heading added to the messages in the list
      • multipart_text: flag** to automatically generate a text version of the message at sending stage
      • default_prefix: default international prefix for mobile numbers (e.g. 0044)
      • multi_optout_list: detail of the lists which will be viewed by the user in case of multiple optout (e.g. 1,2,3 etc.)
      • subscribedemail: flag** to send an email to new subscribers
      • sendconfirmsms: flag** to send a text message to new subscribers

...