https://github.com/iamapen/zoho-connect
https://github.com/iamapen/zoho-connect
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamapen/zoho-connect
- Owner: iamapen
- License: apache-2.0
- Created: 2018-08-01T14:29:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T12:31:06.000Z (almost 10 years ago)
- Last Synced: 2025-01-02T21:38:05.034Z (5 months ago)
- Language: PHP
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zoho Connect
Provê acesso as apis de integração dos produtos distribuídos pela [ZOHO](https://www.zoho.com)**Pre-requisito:**
* PHP >= 5.3.3 necessário.Utilização
---------------------
Segue instruções para utilização:```php
"meuportal",
'department' => "Meu Setor"
);
/*@var $response \Zend\Http\Response */
$response = $support->getRecords('requests', $params);```
Lista de serviços disponiveis
-------------------------------------
**Zoho Support**
* ZohoSupport::getRecords
- Informações https://www.zoho.com/support/help/get-records.html
* ZohoSupport::getRecordsById
- Informações https://www.zoho.com/support/help/get-records-by-id.html
* ZohoSupport::searchRecords
- Informações https://www.zoho.com/support/help/search-records.html
* ZohoSupport::addRecords
- Informações https://www.zoho.com/support/help/add-records.html
* ZohoSupport::updateRecords
- Informações https://www.zoho.com/support/help/update-records.html
* ZohoSupport::deleteRecords
- Informações https://www.zoho.com/support/help/delete-records.html**Nota**
* Até o momento este módulo trabalha somente com a api do produto ZohoSupport.