正解:A,B,D
Spokes in ServiceNow IntegrationHub are pre-built connectors that allow organizations to integrate with external systems without requiring custom scripting. They provide low-code/no-code solutions, making integrations faster and more scalable.
Correct Answers
A . Reduces the need for code ✅
Spokes come with prebuilt actions, reducing the need for custom scripting.
Example: Instead of writing a REST API script to send a message via Slack, a Slack Spoke provides an action for it.
B . Features scale and control mechanisms ✅
Spokes support enterprise scalability with built-in governance, security, and control mechanisms.
Example: Rate limits prevent excessive API calls, ensuring stability in large-scale integrations.
D . Ensures discoverability and reuse ✅
Spokes allow actions to be reused across different flows and automations.
This enhances maintainability by ensuring integrations are not duplicated.
Incorrect Answer Choices
C . Free spokes are available in the ServiceNow Store ❌
While some spokes are free, many require a separate license.
IntegrationHub Standard and Enterprise subscriptions cover most advanced spokes.
E . Automated event management ❌
Event Management is part of ITOM, not IntegrationHub Spokes.
While spokes trigger actions based on events, they do not manage events like ITOM Event Management.
Reference:
ServiceNow Documentation: IntegrationHub and Spokes
ServiceNow Developer Guide: Using Spokes in Flow Designer