GithubHelp home page GithubHelp logo

freshservice's Introduction

Project to integrate third party apps with FreshService

Create .env file

// FreshService API Key  
FRESHSERVICE_KEY='yourAPIKeyHere'  
FRESHSERVICE_URL='yourDomainHere.FRESHSERVICE.COM'

// Dell
DELL_API_KEY='yourDellAPIKeyHere'

Dell Warranty Check via the Dell API

For the Dell Integration to work we need to identify the Vendor code in FreshService associated with Dell as we can't yet pull the Manufacturer from the FreshService API. Unfortunately that means this only works with computers purchased directly from Dell.

  1. In FreshService go to Admin > Vendors
  2. Click on Dell
  3. The last 10 digits of the URL will be the vendor id - https://yourdomain.freshservice.com/itil/vendors/1234567890
  4. Add those digits to configs/freshservice.js like this:
module.exports = {
	"freshservice": {
		...
		"dell_vendor_id": PUT THEM HERE
    }
};

I also added a Custom Boolean Field to the Computer Asset Type called Dell Warranty Checked. When we have successfully returned the expiration date from the Dell API (or you set the expiration date manually and then check this box) this service will no longer call the Dell API for Assets that are marked true.

Get your Dell API Key
  1. Dell TechDirect
  2. Create an account
  3. Register for an API Key

freshservice's People

Contributors

jeffprandall avatar

Watchers

 avatar  avatar

Forkers

quiksilvr476

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.