Create MSP Customer
Create an MSP customer.
Basic Parameters
Parameter | Description |
---|---|
Code | Customer's code. |
Linked Accounts IDs | List of customer's linked accounts IDs. |
Name | Customer's name. |
Advanced Parameters
Parameter | Description |
---|---|
Account Key | Which 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 ID | Which 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
Preview this Workflow on desktop