Skip to main content

Create MSP Customer

Create an MSP customer.

Basic Parameters

ParameterDescription
CodeCustomer's code.
Linked Accounts IDsList of customer's linked accounts IDs.
NameCustomer's name.

Advanced Parameters

ParameterDescription
Account KeyWhich account key to use for authentication.

Must be used with a valid Division ID.

If not provided, will default to use the first Account Key and Division ID found.
Division IDWhich division ID to use for authentication.

Must be used with a valid Account Key.

If not provided, will default to use the first Account Key and Division ID found.

Example Output

{
"account_id": "{{acccountID}}",
"uuid": "fd50e8f0-823a-456e-9df8-7e14f8df3fb7",
"account_key": "{{accountKey}}",
"division_id": "0",
"user_key": "{{user-Key}}",
"creation_time": "2022-07-07 13:00:50",
"created_by": "Anodot User",
"title": "The Big API Palooza II",
"description": "Its time to get the API going!",
"date": "2022-07-07"
}

Workflow Library Example

Create Msp Customer with Anodot and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop