ServiceNow Integration with Dell's warranty API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2018 06:54 AM
Has anyone integrated Dell's Warranty API with their ServiceNow instance. We just received our sandbox API keys and were looking for guidance on where to begin.
- Labels:
-
Integrations
-
Scripting and Coding
- 7,634 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2018 12:15 PM
If You are using REST using the below :
HTTP Headers
Accept : application/json
Content-Type : application/xml
X-API-Key : {{api key}}
Reference : https://www.programmableweb.com/api/dell-warranty-status
Regards
Vinayak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2018 01:10 PM
I put together a post on what I did for my particular requirements.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2021 06:05 AM
Hi all !
I recently created a FREE open-source application to help admins import Dell warranties into ServiceNow. Some of the features of this app include:
• Retrieval of all Dell contracts on a schedule
• One-Click "Get Contract" Updates
• Fully imported contract Details
If this sounds interesting, make sure to check out my GitHub repository and Knowledge Base for more information!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2021 05:21 AM
Hi Dan
Great little app, are you planning to update for Paris / Rome etc?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I have to import Dell Warranty data into my instance. Can you share me the latest process and documentation that is need to complete this. Thank you.