workflows.fit
Back to n8n workflows
n8n templateFreeBy Raquel Giugliano

Sap service layer login

This minimal utility workflow connects to the SAP Business One Service Layer API to verify login credentials and return the session ID. It's ideal for testing access or using as a sub-workflow to retrieve the B1SESSIO...

DevelopmentCore NodesManual TriggerSetHttp Request
Loading interactive preview...

Template notes

This minimal utility workflow connects to the SAP Business One Service Layer API to verify login credentials and return the session ID. It's ideal for testing access or using as a sub-workflow to retrieve the B1SESSION token for other operations.

++⚙️ HOW IT WORKS:++ 🔹 1. Trigger Manually

The workflow is initiated using a Manual Trigger.

Ideal for testing or debugging credentials before automation.

🔹 2. Set SAP Login Data

The Set Login Data node defines four key input variables:

sapurl: Base URL of the SAP B1 Service Layer (e.g. https://sap-server:50000/b1s/v1/)

sapusername: SAP B1 username