Blocks
SAP SuccessFactors
Manage HR processes and employee data
Integrate SAP SuccessFactors HCM functionality to manage employees, recruiting, performance goals, and learning using OAuth authentication.
Block Preview
SAP SuccessFactors
Manage HR processes and employee data
Usage
- Add the block to your workflow and connect it to the upstream step.
- Connect the required credentials or OAuth provider before running.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the sap_successfactors block with monitoring enabled in production.
Inputs (UI)
SAP SuccessFactors Account
oauth-inputPlaceholder: Select SAP SuccessFactors account
Layout: full
Provider: sap
Resource
dropdownLayout: full
Options: Users, Employee Jobs, Job Requisitions, Candidates
Custom Resource Path
short-inputPlaceholder: e.g., odata/v2/EntitySet
Layout: full
Condition: resource = "custom"
Operation
dropdownLayout: full
Options: List All, Get by ID, Create, Update
Entity ID
short-inputPlaceholder: Entity identifier
Layout: full
Condition: operation = ["get","update","delete"]
Query Parameters
short-inputPlaceholder: $filter=status eq 'active'&$select=userId,firstName,lastName
Layout: full
Condition: operation = "list"
Data (JSON)
codePlaceholder: { "userId": "emp001", "firstName": "John", "lastName": "Doe" }
Layout: full
Condition: operation = ["create","update"]
Inputs (API)
credential
stringRequired
resource
stringRequired
customResource
stringOptional
operation
stringRequired
id
stringOptional
query
stringOptional
data
stringOptional
Outputs
Primary response type:
json