Validate entries from a CSV file before creating a client list.
External DocumentationTo learn more, visit the Akamai Client List documentation.

Basic Parameters

ParameterDescription
CSV File IdentifierThe identifier of the CSV file containing entries to validate.
List TypeThe type of client list to validate entries for.

Advanced Parameters

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

Example Output

{
	"duplicatesCount": 0,
	"existingCount": 0,
	"importedCount": 2,
	"itemsImported": false,
	"validation": {
		"errors": []
	}
}

Workflow Library Example

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