Namely integration connector
Add white-label customer-facing integration with Namely into your app with just a few lines of code.
Managed authentication
Connect your customer accounts in Namely without researching its API, registering in a developer program, and getting your application approved. We take care of authentication, secure credentials storage, and token refreshes so you don't have to.
Just one line of code for you and one click for your customers:
iApp.integration('namely').open()
Add Namely to your app in the next 30 minutes
Execute Namely operations on behalf of your customers
Get information about available operations in a consistent way: name, description, input, output. Run operations using simple consistent API.
Company Info
Get company related information. This includes authentication methods, name, permalink, and background image.
Note: Authentication is not required for this endpoint because the data (company name, background image, etc.) are required for displaying the public home page of a Namely company...
Get all Folders
This endpoint returns a list of folders and their information.
Create Folder
To create a folder, a title is required. An array of folders will be returned upon success, similar to folders index endpoint.
Get a Resource
Specify the id of the resource to get a complete description. Please see "Download Resource" documentation to actually download a specific resource.
Get Resources in a Folder
This method returns an array of resources, whose format and content will be the same as the show resource endpoint.
Delete Resource
This endpoint deletes a specified resource.
Work with Namely data collections
Read and write data, get custom fields schema, and react to changes in Namely data.
Read more about working with data collections
List | Find by ID | Match | Create | Update | Delete | |
---|---|---|---|---|---|---|
Profiles | β | β | β | β | β | β |
Events | β | β | β | β | β | β |
Folders | β | β | β | β | β | β |
Job Tiers | β | β | β | β | β | β |
Job Title | β | β | β | β | β | β |
Profile Fields | β | β | β | β | β | β |
Trigger integrations on Namely events
React to events in the external app. Receive changes in data regardless of whether webhooks are supported or not.
Read more about working with events