
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2019 07:55 AM
Any idea on how to integrate servicenow with Smartsheet ? Any API's available for that integration
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2019 02:53 PM
iI dont think we have OOB integration for the same.
We have to make a Get REST API call using the Smartsheets API to retrieve the response
[ Architect | Certified Professional]
Was this response helpful? If so, please mark it as ✅ Helpful and ✅ Accept as Solution to help others find answers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2019 08:08 AM
also refer:
https://smartsheet-platform.github.io/api-docs/
Follow these steps, which we’ve detailed below:
-
Step 1: Explore Developer Resources
-
Step 2: Complete 'Developer Registration' (optional)
-
Step 3: Generate an Access Token
-
Step 4: Start Building Your Integration
https://www.smartsheet.com/content-center/best-practices/tips-tricks/api-getting-started
[ Architect | Certified Professional]
Was this response helpful? If so, please mark it as ✅ Helpful and ✅ Accept as Solution to help others find answers.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2019 11:40 AM
Does SNOW had OOB integration with Smartsheets ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2019 02:53 PM
iI dont think we have OOB integration for the same.
We have to make a Get REST API call using the Smartsheets API to retrieve the response
[ Architect | Certified Professional]
Was this response helpful? If so, please mark it as ✅ Helpful and ✅ Accept as Solution to help others find answers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-05-2024 05:15 PM
- Identify the data and workflows you want to sync between ServiceNow and Smartsheet.
- Create API keys for both ServiceNow and Smartsheet.
- In ServiceNow, navigate to REST API Explorer.
- Set up a new outbound REST message to connect to Smartsheet’s API.
- Configure the REST message with the appropriate HTTP methods (GET, POST, PUT, DELETE) depending on your needs.
- Test the API calls in ServiceNow to ensure they work as expected.
- Create a script in ServiceNow to handle the data transfer to Smartsheet.
- Schedule the script to run at desired intervals or trigger it based on specific events.
- Monitor the integration for any errors and adjust as needed.