Integration using IntegrationHub Spoke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 01:01 AM
Hi All,
I have Servicenow instance A and instance B. I have stored csv file in sys_attachement table in instance A. CSV file contain custom table data. If the rest call is successful it will delete all records from the table and insert the data in the file.
Now using username, password and url of the instance A I want to perform integration through schedule job which will run daily.
I have created Connection and Credentials Alias where I have stored the username, password and url(endpoint).
Now I want to use integrationHub Spoke to make connection between ServiceNow instances and then Schedule job will call the rest api.
Can anyone help me on the integrationHub spoke part?
Thanks in Advance.