workflows.fit
Back to n8n workflows
n8n template$100By Raquel Giugliano

Automating SAP B1 journal entries using JSON, Google Sheets, and GPT-4o

HOW IT WORKS: This workflow automates the creation of Journal Entries in SAP Business One (SAP B1). Depending on the source of the input data, it dynamically transforms and sends accounting records in the appropriate ...

Data & StorageProductivityDevelopmentCore NodesAILangchainWebhookHttp Request
Open checkout
Loading interactive preview...

Template notes

HOW IT WORKS: This workflow automates the creation of Journal Entries in SAP Business One (SAP B1). Depending on the source of the input data, it dynamically transforms and sends accounting records in the appropriate format using the Service Layer API.

It supports three input types:

- ๐Ÿ“ฆ JSON payloads - ๐Ÿ“Š Google Sheets data - ๐Ÿง‘โ€๐Ÿ’ป Manual structured entries (via prompt + LLM)

Each transaction is logged to Google Sheets for traceability.

๐Ÿ”น 1. Webhook Input Reception

A Webhook node waits for a POST request containing accounting data and metadata:

The origen field determines the data source (JSON, GoogleSheets, or Manual)

The sapurl, username, password, and companydb are used to connect to SAP B1