Import multiple entries to a client list at once, with the option 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.
Dry RunExecute as a dry run to preview changes without saving the imported entries.
ItemsA comma-separated list of entry values to import.

Examples:
* IP list - 10.10.10.10,11.11.11.11
* GEO list - EU,US
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

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