When changes are made to your contacts (by updating, adding or deleting them) through a file import or the bulk API, some exports will be automatically triggered in Engage. If you don’t want this to happen, you can use the attributeDocumentation Index
Fetch the complete documentation index at: https://developer.voyado.com/llms.txt
Use this file to discover all available pages before exploring further.
avoidTriggeringExport. Setting this to “true” will suppress both the automatic BI and contact XML exports.
This setting was previously known as “silent export”.
For XML
For an XML import,avoidTriggeringExport is handled as an attribute in the top-level <contacts> node:
For bulk API
When using the contact bulk API,avoidTriggeringExport is passed in the query string:
Constraints
For theavoidTriggeringExport setting to work, your file can only consist of a contactType key (such as “member”) and fields that are not on the standard contact fields list.
See the standard contact fields list
avoidTriggeringExport is set to “true” and your import / update contains standard contact attributes that are not keys (such as FirstName or Email), your import will fail and an error will be written to the integration log.
If an import is done with only keys and standard contact attributes, but avoidTriggeringExport is false or missing, exports will then be triggered and entries added to “changelog” and “lastmodified”.

