A company needs to integrate ServiceNow with an external HR system using REST API. The HR system requires OAuth 2.0 client credentials grant. Which ServiceNow application should be used to configure this integration?
Trap 1: REST API Explorer
REST API Explorer is a tool for testing API calls, not for configuring integration settings.
Trap 2: Flow Designer
Flow Designer creates workflows and actions, but the underlying REST message is defined in REST API Messages.
Trap 3: IntegrationHub
IntegrationHub is a premium feature for orchestrating multiple steps, overkill for a simple REST call.
- A
REST API Explorer
Why wrong: REST API Explorer is a tool for testing API calls, not for configuring integration settings.
- B
Flow Designer
Why wrong: Flow Designer creates workflows and actions, but the underlying REST message is defined in REST API Messages.
- C
REST API Message
REST API Messages allow configuration of outbound REST calls, including OAuth authentication.
- D
IntegrationHub
Why wrong: IntegrationHub is a premium feature for orchestrating multiple steps, overkill for a simple REST call.