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
PII and financial data: Monetary amounts and personal data fields are excluded by default. Configure
sap.exclude_fields in the connector config.