Skip to content
Release: Australia · Updated: 2026-07-09 · Official documentation · View source

Components Moveworks Integration for Break-Fix

Technical reference for webhook events, supported authentication types, platform artifacts, and troubleshooting.

Webhook events

EventState transitionConditionExtra payload field
case_assignedNew (1) → Open (10)contact_type = moveworks
case_resolvedAny → Resolved (6)contact_type = moveworksResolution code
case_awaiting_infoAny → Awaiting Info (18)contact_type = moveworksLatest agent comment

Note: No event is dispatched if the opened_by user has no email address. The call is skipped silently and a warning is written to the system log.

Note:

Bearer token, OAuth 2.0 Client Credentials, and JWT-OAuth are the supported credential types. HMAC-SHA256 and HMAC-SHA512 are not supported.

Troubleshooting

SymptomWhere to check / action
Webhook call not arriving at the Moveworks listenerNavigate to System Logs > Outbound HTTP Requests and filter by URL or time. Confirm the moveworks_webhook connection URL is set correctly
No event dispatched despite a qualifying state changeVerify contact_type = moveworks on the case and that opened_by has a non-empty email address
Authentication error in outbound logsConfirm the credential type is not HMAC. Re-enter credential values in the moveworks_webhook alias and retest
ServiceNow dispatches the event but Moveworks does not act on itVerify all four Moveworks-side plugins are installed in the Moveworks environment (see )

Parent Topic:Components installed with plugins