Input and Output Tabs

In the Input tab, you can specify the fields that you require. In the Output tab, you can check the response information.

The following table lists the input elements in the Input tab of the Import activity:

Input Item Data Type Description
format String The supported file formats: csv (comma separated value), tsv (tab separated value), and ssv (semicolon separated value).
lookupField String This parameter functions as a lookup field for reduplication.
listId String If a list ID is not specified, this API operation creates a temporary static list. The workspace for the list is determined whether the partitionName is given or not.
partitionName String If a list ID is specified, this parameter verifies whether the user has access to the partition. If not specified, this API operation uses a primary partition of the list workspace.
file String A file path. Lead data is specified through multipart form data in the file.
The following table lists the output elements in the Output tab of the Import activity:
Output Item Data Type Description
requestId String The request ID returned from the Marketo server.
success Boolean If the request is successful, this value is true.
result Complex The fields that are displayed in the response. The following fields are displayed: batchId and status. The batchId field is used to get import status in the Retrieve activity.