Skip to main content
Create a new customer in a specified service organization.
External DocumentationTo learn more, visit the N-able N-Central documentation.

Basic Parameters

ParameterDescription
Contact EmailThe email of the organization unit’s contact.
Contact First NameThe first name of the organization unit’s contact.
Contact Last NameThe last name of the organization unit’s contact.
Contact PhoneThe phone number of the organization unit’s contact.
Contact Phone ExtensionThe phone extension of the organization unit’s contact.
Contact TitleThe title of the organization unit’s contact.
Customer NameThe username of the new customer.
External IDThe external ID of the organization unit.
License TypeThe license type of the organization unit.
Service Organization IDThe ID of the service organization to create the customer in.

Advanced Parameters

ParameterDescription
CityThe city where the organization unit is located.
Contact DepartmentThe department of the organization unit’s contact.
CountryThe country where the organization unit is located.

Must be two characters country code. For example, CA for Canada.

For the full list of country codes, refer to ISO 3166-1 alpha-2.
Postal CodeThe postal code of the organization unit’s location.
State/ProvinceThe state or province where the organization unit is located.
Street Address 1The first line of street organization unit’s address.
Street Address 2The second line of street organization unit’s address.

Example Output

{
	"customerName": "New customer name",
	"contactFirstName": "first name",
	"contactLastName": "last name",
	"licenseType": "Professional",
	"externalId": "extId",
	"phone": "phone",
	"contactTitle": "contact title",
	"contactEmail": "contact@email.com",
	"contactPhone": "(123)456-7890",
	"contactPhoneExt": null,
	"contactDepartment": "Support",
	"street1": "One Street",
	"street2": "",
	"city": "Ottawa",
	"stateProv": "Ontario",
	"country": "CA",
	"postalCode": "A1A 1A1"
}

Workflow Library Example

Create Customer with N Able N Central and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop