Weavz
SAP SuccessFactors

SAP SuccessFactors

SAP SuccessFactors HCM OData users, persons, employment, jobs, and time off records.

9 tools
1 trigger

Tools

Name
list_users

List SAP SuccessFactors User records.

get_user

Get a SAP SuccessFactors User by exact userId.

list_persons

List SAP SuccessFactors PerPerson records.

get_person

Get a SAP SuccessFactors PerPerson record by exact personIdExternal.

list_employments

List SAP SuccessFactors EmpEmployment records.

list_jobs

List SAP SuccessFactors EmpJob records.

list_time_off

List SAP SuccessFactors EmployeeTime records.

upsert_time_off

Upsert a SAP SuccessFactors EmployeeTime record.

upsert_record

Upsert a SAP SuccessFactors OData v2 entity using the /upsert endpoint.

Triggers

Name
changed_entity_records

Poll a SAP SuccessFactors OData entity for records changed since the previous run.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('sap-successfactors', 'list_users', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'sap-successfactors',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect SAP SuccessFactors to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does SAP SuccessFactors support?

SAP SuccessFactors supports 9 tools including List Users, Get User, List Persons, Get Person, List Employments, and more.

Can I use SAP SuccessFactors with AI agents?

Yes. Add SAP SuccessFactors to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can SAP SuccessFactors be used in stateful agent workflows?

Yes. Agents can combine SAP SuccessFactors tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does SAP SuccessFactors use?

SAP SuccessFactors uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the SAP SuccessFactors integration cost?

The SAP SuccessFactors integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does SAP SuccessFactors support?

SAP SuccessFactors supports 1 triggers including Changed Entity Records.

Connect SAP SuccessFactors in minutes

Get 20,000 free action executions every month. No credit card required.