SAP SuccessFactors
SAP SuccessFactors HCM OData users, persons, employment, jobs, and time off records.
Tools
| Name | Description |
|---|---|
list_usersList SAP SuccessFactors User records. | List SAP SuccessFactors User records. |
get_userGet a SAP SuccessFactors User by exact userId. | Get a SAP SuccessFactors User by exact userId. |
list_personsList SAP SuccessFactors PerPerson records. | List SAP SuccessFactors PerPerson records. |
get_personGet a SAP SuccessFactors PerPerson record by exact personIdExternal. | Get a SAP SuccessFactors PerPerson record by exact personIdExternal. |
list_employmentsList SAP SuccessFactors EmpEmployment records. | List SAP SuccessFactors EmpEmployment records. |
list_jobsList SAP SuccessFactors EmpJob records. | List SAP SuccessFactors EmpJob records. |
list_time_offList SAP SuccessFactors EmployeeTime records. | List SAP SuccessFactors EmployeeTime records. |
upsert_time_offUpsert a SAP SuccessFactors EmployeeTime record. | Upsert a SAP SuccessFactors EmployeeTime record. |
upsert_recordUpsert a SAP SuccessFactors OData v2 entity using the /upsert endpoint. | Upsert a SAP SuccessFactors OData v2 entity using the /upsert endpoint. |
Triggers
| Name | Description |
|---|---|
changed_entity_recordsPoll a SAP SuccessFactors OData entity for records changed since the previous run. | Poll a SAP SuccessFactors OData entity for records changed since the previous run. |
Quick Start
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.