Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulclindo/interconnecta
This a simple website working with APIs (Zoho CRM) | PHP | HTML | JS
https://github.com/paulclindo/interconnecta
Last synced: 9 days ago
JSON representation
This a simple website working with APIs (Zoho CRM) | PHP | HTML | JS
- Host: GitHub
- URL: https://github.com/paulclindo/interconnecta
- Owner: paulclindo
- Created: 2019-01-25T23:34:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-01T04:16:25.000Z (almost 6 years ago)
- Last Synced: 2024-12-22T05:29:21.392Z (20 days ago)
- Language: PHP
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Developer Test - InterConnecta
## About
At InterConnecta we work on a daily basis with CRMs. These are platforms with databases that store people, company, and transactional information.These platforms, like many other applications we use, have an API that can be used to extract their data. That is your objective today!
## The Test
### Objective
Create a simple web interface that obtains all Lead records from Zoho CRM via their API and then presents them to the user on a table.### Requirements
- Button to obtain records
- The table must contain the followin columns:
+ First Name
+ Last Name
- Publish to a personal GitHub account### Environment
- We recommend using JavaScript and PHP but feel free to work as you need.
- Bonus points for using a JS framework such as Vue.js, React, or Angular.## Documentation
- Zoho CRM Authorization Token will be provided during the test.
- Zoho CRM API Information:
* https://www.zoho.com/crm/help/api/getrecords.html
* https://www.zoho.com/crm/help/api/modules-fields.html#Leads