ServiceNow Integration

We are currently integrating ServiceNow using CMDB CUSTOM MAPPING. How can we view the payload being sent to ServiceNow? Although we have set up the CMDB custom mapping payload, not all fields are appearing in ServiceNow.

You can see the payload the Morpheus sends to ServiceNow in the logs by adding the following line to your logback config:

<logger name="com.morpheus.integrations.ServiceNowUtility" level="DEBUG"/>

Thank you. That really helped.

1 Like