# SAP SuccessFactors

Frends offers seamless integration with [SAP SuccessFactors](https://en.wikipedia.org/wiki/SAP_SuccessFactors), enabling you to easily connect to your HR cloud system and automate data flows across your systems.

Frends provides a task for sending HTTP requests to SAP SuccessFactors endpoints. This allows you to interact with the SAP SuccessFactors OData APIs by configuring the request URL, headers, authentication, and payload to match your integration requirements.

By leveraging Frends task-based approach, you can build flexible integrations that connect SAP SuccessFactors with HR systems, ERP platforms, identity providers, and other business applications.

## Use cases

Below you will find typical use cases for SAP SuccessFactors integrations and how they are implemented in Frends.

### Get recent hires and save to database

By using the [`SapSuccessFactors Request`](/tasks/tasks/sap-successfactors/request.md) task, you can fetch recently hired employees from your SAP SuccessFactors system and save the retrieved data directly into your database. This allows you to automate onboarding workflows, reporting, or downstream system updates.

<figure><img src="/files/0oO45Yqxh6bxRUQTbMuk" alt=""><figcaption><p>Get hires</p></figcaption></figure>

### Create a new employee record

Using the same [`SapSuccessFactors Request`](/tasks/tasks/sap-successfactors/request.md) task, you can create a new employee record by sending a POST request to the appropriate SAP SuccessFactors endpoint. This enables programmatic employee onboarding.

<figure><img src="/files/I0Hy8tIDNTvsM4wPe5La" alt=""><figcaption><p>Create-Employee</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.frends.com/tasks/tasks/sap-successfactors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
