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.

Back to Catalog
Toolssap_successfactors

Block Preview

SAP

SAP SuccessFactors

Manage HR processes and employee data

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Connect the required credentials or OAuth provider before running.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the sap_successfactors block with monitoring enabled in production.

Inputs (UI)

SAP SuccessFactors Account

oauth-input

Placeholder: Select SAP SuccessFactors account

Layout: full

Provider: sap

Resource

dropdown

Layout: full

Options: Users, Employee Jobs, Job Requisitions, Candidates

Custom Resource Path

short-input

Placeholder: e.g., odata/v2/EntitySet

Layout: full

Condition: resource = "custom"

Operation

dropdown

Layout: full

Options: List All, Get by ID, Create, Update

Entity ID

short-input

Placeholder: Entity identifier

Layout: full

Condition: operation = ["get","update","delete"]

Query Parameters

short-input

Placeholder: $filter=status eq 'active'&$select=userId,firstName,lastName

Layout: full

Condition: operation = "list"

Data (JSON)

code

Placeholder: { "userId": "emp001", "firstName": "John", "lastName": "Doe" }

Layout: full

Condition: operation = ["create","update"]

Inputs (API)

credential

string

Required

resource

string

Required

customResource

string

Optional

operation

string

Required

id

string

Optional

query

string

Optional

data

string

Optional

Outputs

Primary response type:

json

Tool Access

sap_odata
SAP SuccessFactors | NowFlow Blocks