1. Web Services Integration – ServiceNow
  2. What is integration?
  3. Type of Integration
  4. Basic Requirements for Integrate any system
  5. Integration Testing Tools
  6. Integration Module
  7. Inbound Integration
  8. SOAP VS REST API
  9. Table API Web Service – REST
  10. Direct web services – SOAP
  11. Import Set Web Service – SOAP
  12. Import Set API – REST
  13. Scripted Web Services – SOAP
  14. Scripted Web Services – REST
  15. SOAP Message – Outbound
  16. REST Message – Outbound
  17. ServiceNow to ServiceNow Incident Integration
  18. OAuth 2.0 Authentication
  19. ServiceNow – OAuth application connect
  20. Access Token VS Refresh Token

To ingrate any system we need at least the below details:

  1. Type of Integration – Inbound/Outbound
  2. Endpoint – https://snowexpertrohit.com/v2
  3. Authentication – Basic/Oauth
  4. Method – Get,Put or Post
  5. Header – Content-Type:application/json
  6. Query Parameter or Data
  7. Mid Server Required

Example :

curl "https://<instance>.service-now.com/api/now/table/incident?sysparm_limit=1"
--request GET
--header "Accept:application/json"
--user 'admin':'admin'

No responses yet

Leave a Reply

Your email address will not be published. Required fields are marked *