Rippling ​
Manage employees, departments, and company data via the Rippling Platform API.
| Detail | Value |
|---|---|
| Category | HR |
| Base URL | https://api.rippling.com/platform/api |
| Authentication | OAuth2 |
| Endpoints | 6 |
| Connector key | rippling |
Using Rippling in a workflow ​
- Go to Connections and click New Connection.
- Pick Rippling from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /employees | List employees |
| GET /employees/{employeeId} | Get an employee |
| GET /departments | List departments |
| GET /teams | List teams |
| GET /leave_requests | List leave requests |
| GET /company | Get company info |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.