๐ Quickstart
Connect to SAP SuccessFactors with Nango and see data flow in 2 minutes.1
Create an integration
In Nango (free signup), go to Integrations -> Configure New Integration -> SAP SuccessFactors.
2
Authorize SAP SuccessFactors
Go to Connections -> Add Test Connection -> Authorize, then enter your SAP SuccessFactors credentials (API Server, Company ID, API Key, Private Key, and Username). Later, youโll let your users do the same directly from your app.
3
Call the SAP SuccessFactors API
Letโs make your first request to the SAP SuccessFactors API (Get person data). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials dynamically via the Node SDK or API.โ
Youโre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
4
Implement Nango in your app
Follow our quickstart to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
๐ SAP SuccessFactors Integration Guides
Nango-maintained guides for common use cases.- How do I link my account?
Connect your SAP SuccessFactors account using the Connect UI
๐งฉ Pre-built syncs & actions for SAP SuccessFactors
Enable them in your dashboard. Extend and customize to fit your needs.Employees
| Function name | Description | Type | Source code |
|---|---|---|---|
employees | Fetches a list of current employees from sap success factors | Sync | ๐ Github |
unified-employees | Fetches a list of current employees from sap success factors and maps them to the standard HRIS model | Sync | ๐ Github |
Groups
| Function name | Description | Type | Source code |
|---|---|---|---|
groups | Fetches a list of organizational groups from sap success factors | Sync | ๐ Github |
Locations
| Function name | Description | Type | Source code |
|---|---|---|---|
locations | Fetches a list of locations from sap success factors | Sync | ๐ Github |