ADP uses a webhook receiver (paid runtime) via the ADP Marketplace API.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 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
| ADP event type | Memory category | Notes |
|---|---|---|
| Worker hire | relationship | New employee with role, department, start date |
| Worker termination | relationship | Departure date, role last held |
| Worker status change | relationship | Status transitions (leave, rehire, etc.) |
| Position change | relationship | Role or reporting structure changes |
| Pay rate change | fact | Effective date; amounts excluded by default |
adp.exclude_fields in the connector config.