ServiceNow Integration with Dell's warranty API

Ben Cervantes
Kilo Expert

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. 

20 REPLIES 20

If You are using REST using the below :

 

https://api.dell.com

 

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

 

Rick Mann
Tera Expert

I put together a post on what I did for my particular requirements.

https://community.servicenow.com/community?id=community_article&sys_id=2eac77e9db735780d58ea345ca961...

 

dmacias
Giga Contributor

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!

App Download | Knowledge Base

 

Hi Dan

 

Great little app, are you planning to update for Paris / Rome etc?

 

Thanks

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.