When users import Contacts or Keywords through the API, the CSV file is uploaded to the location set in the <Import> section of the Audience Manager configuration file, OutboundEmail.xml. Set this location to the Content Manager Explorer upload directory to ensure that the folder exists and that temporary unique file names are created for the uploaded files.
Procedure
- Open %TRIDION_HOME%\config\OutboundEmail.xml for editing.
- In the
<Import> section, add a <Folder> child element set to your preferred upload location. This can be the same location as the one specified in %TRIDION_HOME%\web\WebUI\WebRoot\Configuration\System.config, but you can also set your own. For example:
<Import>
<Folder>TRIDION_HOME\OutboundEmail\Bin\Import files</Folder>
</Import>
where TRIDION_HOME is the value of the %TRIDION_HOME% environment variable.
- Save and close
OutboundEmail.xml.