Import entries from a CSV file to a client list, with options to merge with or replace existing entries.
External DocumentationTo learn more, visit the Akamai Client List documentation.

Basic Parameters

ParameterDescription
ActionSelect whether to merge with existing entries or replace all entries.
CSV File IdentifierThe identifier of the CSV file containing entries to import.
Dry RunExecute as a dry run to preview changes without saving the imported entries.
List IDThe ID of the client list to import entries into.
VersionThe current version number of the client list.

This value can be obtained using the Get Client List Snapshot action.

Advanced Parameters

ParameterDescription
Account Switch KeyAn account switch key to execute the operation on behalf of a different account.

Example Output

{
	"itemsImported": true,
	"listVersion": 3,
	"result": [
		{
			"createDate": "2023-04-05T19:29:02.320+00:00",
			"createdBy": "szhang",
			"description": "Jamaica - North America",
			"expirationDate": "2023-12-31T23:59:19.700+00:00",
			"listId": "1234_MYIPLIST",
			"productionStatus": "INACTIVE",
			"stagingStatus": "INACTIVE",
			"tags": [
				"allowlist2"
			],
			"type": "GEO",
			"updateDate": "2023-04-05T19:29:02.320+00:00",
			"updatedBy": "jkowalski",
			"value": "JM"
		}
	]
}

Workflow Library Example

Import Entries from Csv with Akamai Client List and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop