rikas / zoho_hub

Zoho CRM API V2 Wrapper
MIT License
25 stars 30 forks source link

Implement Notifications API #50

Closed nwittstruck closed 3 years ago

nwittstruck commented 4 years ago

This PR allows to enable notifications for the Zoho API. It includes an option to fetch all notification requests, as well as a method to enable notifications.

Let me know what you think, this is rather basic right now. I'll also check if I can extract our specs.

rikas commented 4 years ago

@nwittstruck can you point me to the documentation on this? Also, adding some info in the README about this would be cool. Thanks.

nwittstruck commented 4 years ago

Yes, of course: https://www.zoho.com/crm/developer/docs/api/notifications/overview.html

I'll also add some info to the readme.

nwittstruck commented 4 years ago

@rikas I've added some information to the readme. The spec is failing because of https://github.com/rikas/zoho_hub/commit/3c6734e931b35a394eefbfc4e979fec40754af45

I'll add some specs when that is sorted out.