SAP uses a webhook receiver (paid runtime) via SAP Event Mesh or SAP Integration Suite.Documentation Index
Fetch the complete documentation index at: https://docs.mycelium-ai.co/llms.txt
Use this file to discover all available pages before exploring further.
Webhook receiver (paid runtime)
Authorization: Bearer header (OAuth 2.0 client credentials). The runtime validates the token against the SAP OAuth token endpoint.
Setup
Option A — SAP Event Mesh (recommended for BTP)- In SAP BTP, create an Event Mesh service instance.
- Create a webhook subscription pointing to
https://runtime.myceliumai.co/webhooks/sap/{your_tenant_id}. - Configure the topic bindings for the business events you want to ingest.
- Add to the runtime env:
SAP_EVENT_MESH_CLIENT_ID_{TENANT_ID}SAP_EVENT_MESH_CLIENT_SECRET_{TENANT_ID}SAP_EVENT_MESH_TOKEN_URL_{TENANT_ID}
Events ingested
| SAP module | Memory category | Notes |
|---|---|---|
| SD: Order created | decision | Sales order captured with line items summary |
| MM: PO approved | decision | Purchase order approval |
| FI: Invoice posted | fact | Invoice metadata; amounts conditional on PII config |
| HR: PA action | relationship | Personnel actions (hire, transfer, departure) |
| QM: Defect | exception | Quality notification opened |
sap.exclude_fields in the connector config.