Webhook receiver (paid runtime)
Authorization: Bearer OAuth 2.0 token. The runtime validates both the client certificate and the bearer token.
Setup
- Register an app in the ADP Marketplace. Request the Worker Read and HR Events API products.
- Download the client certificate and private key from the ADP app configuration.
- Configure an ADP Event Notification subscription pointing to
https://runtime.myceliumai.co/webhooks/adp/{your_tenant_id}. - Add to the runtime env:
ADP_CLIENT_ID_{TENANT_ID}ADP_CLIENT_SECRET_{TENANT_ID}ADP_CLIENT_CERT_{TENANT_ID}(PEM, base64-encoded)ADP_CLIENT_KEY_{TENANT_ID}(PEM, base64-encoded)ADP_API_BASE_{TENANT_ID}(e.g.,https://api.adp.com)
Events ingested
PII handling: Compensation amounts are excluded from memory by default. Configure
adp.exclude_fields in the connector config.