addfolder

area emailaction addfolderPOSTwrite

Add a folder to group lists, messages or images.

Arguments

ArgumentTypeRequiredDescription
foldernamestringYesName of the folder
typestringYesOne of these three options lists,messages,images
parentintegerNoDefault is zero. Parent can be another folderid if you want to have a folder inside a folder

Example request

https://api.mailclickconvert.com/api.php
  ?apikey=YOUR_API_KEY
  &area=email
  &action=addfolder
  &type=lists
  &parent=0

The platform expects this call as a POST; the parameters are the same either way.

Response

<response>
  <list>
    <folderid>22</folderid>
    <success>Folder Added</success>
  </list>
</response>

Need a call that isn't here?

Custom integration work is quoted on scope, and support is a person on weekdays, 9am to 5pm CST.