ServiceNow uses a webhook receiver (paid runtime) via ServiceNow Business Rules or Outbound REST.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 header. The runtime validates a shared bearer token against the per-tenant secret.
Setup
- In ServiceNow, create an Outbound REST Message at System Web Services > Outbound > REST Message.
- Set endpoint to
https://runtime.myceliumai.co/webhooks/servicenow/{your_tenant_id}. - Add an HTTP Header:
Authorization: Bearer {your_secret}. - Create Business Rules on the tables you want to monitor (Incident, Change, Problem, CMDB).
- Add to the runtime env:
SERVICENOW_BEARER_TOKEN_{TENANT_ID}.
Events ingested
| ServiceNow table | Memory category | Notes |
|---|---|---|
| Incident | exception | Incident opened = exception; resolved = resolved |
| Change Request | decision | Change planned, approved, implemented |
| Problem | exception | Root-cause problem tracking |
| Release | decision | Release deployments |
| CMDB record | fact | Configuration item created or updated |