Reference Zoho CRM web service in Node.js

Refer to src/routes/main.routes.js for examples. Shows a few ways to do API calls from generating raw XML to using the zoho npm module.

#Installation

  1. "npm install" to install dependencies
  2. "npm start" to start local server

#Deployment

  1. "npm run build" to transpile
  2. Deploy to Heroku or other Node hosting service

#Reference API
localhost:3000/leadlist
get all data leads

localhost:3000/leads/:id
get data leads based on id number(row number)

localhost:3000/contact/:id
get data contact based on id phone number(ex:911 or 888)