Import
The Import activity is used to import leads to an existing static list.
General
The General tab has the following fields.
| Field | Module Property? | Description |
|---|---|---|
| Name | No | Specify the name for the activity. |
| Connection | Yes | Click
to select a Marketo shared resource.
If no matching Marketo shared resources are found, click Create Shared Resource to create one. See Creating a Marketo Connection for more details. |
| Time Out | Yes | Specify the amount of time in milliseconds to wait for executing the import operation.
The value in this field must be in the range 0 to 2147483647. A value of 0 or negative indicates the default value, 10000 milliseconds. |
| SyncMode | No | Select this check box to import leads synchronously. |
| Check Interval | Yes | Specify the time interval in milliseconds to check whether the import operation is completed. The default value is 20000. |
Input
The Input tab has the following fields.
Output
The Output tab has the following fields.
| Output Item | Data Type | Description |
|---|---|---|
| SuccessGetImportToListStatus/result | ||
| status | string | The status of the import operation. |
| startedTime | dateTime | The start time of the import operation. The returned value can be null. |
| endedTime | dateTime | The ended time of the import operation. The returned value can be null. |
| estimatedTime | integer | The elapsed time of the import operation. The returned value can be null. |
| estimatedRows | integer | The number of rows supposed to be imported during the operation. The returned value can be null. |
| rowsImported | integer | The number of rows imported during the operation. The returned value can be null. |
| rowsFailed | integer | The number of rows failed to be imported during the operation. The returned value can be null. |
| rowsIgnored | integer | The number of rows ignored during the operation. The returned value can be null. |
| import
Summary |
string | The summary of the import operation. The returned value can be null. |
Copyright © Cloud Software Group, Inc. All Rights Reserved.
to select a Marketo shared resource.