Unable to configure zoho invoice/books app in my admin account - configuration

Today, I am facing issue to configure zoho invoice and books app
Note : Zoho Service Communication (ZSC) Key Generated by following this article
What i did :
Login in CRM
Click Setup
Apps & Add-ons
Click on Zoho Invoice/Zoho Books
Two buttons display configure Zoho invoce and configure Zoho books
After select any of them asking for email address and ZSC key
Here is the issue, when i put my email and zsc key, it show the error Internal Process Error
Please help me i m new in zoho, guide me if something miss-configured.

If you are in Zoho CRM app, enter the ZSC Key of Zoho Invoice or Zoho Books in the integration setup page. To generate the ZSC Key of Zoho Invoice/Zoho Books, kindly follow the steps mentioned below.
Login to either Zoho Invoice/Zoho Books.
Go to Integrations by clicking Settings icon in the top right corner.
Click on 'Zoho Invoice ZSC key' or 'Zoho Books ZSC Key'
If there is no key, click on 'Generate Now'.
Then copy the key and email address and enter the same in Zoho CRM account.
Then you can configure the Contacts sync and Products sync between Zoho CRM and Zoho Books/Zoho Invoice. Kindly refer this link to more details.

Related

Attendance API from zoho people in postman

I am trying to get data of attendance API from zoho people in postman application .. so for this i already get access token and now i am trying to access all data ..
I tried this link and paste in get
https://www.zoho.com/people/help/api/attendance-api.html
That is the URL for the help page. (Please note that Zoho has announced they are doing away with authtokens and transitioning to OAuth). Having said that, the URL I am currently using to access an employee's attendance data looks like this:
https://www.zoho.com/people/api/attendance/getAttendanceEntries?authtoken=[YOUR AUTH TOKEN]&empId=[EMPLOYEE ID]

Chatbase Login Integration

I integrated my application with the chatbase, but I would like my clients to have direct access to their email directly, as if it were a single step.
When I click a button in my application, it is directed to the logged-in chatbase screen.
Today I can only get it to the login screen, where it is still necessary to put the password to go to the dashboard, not logging directly into the application.
Is this possible? if yes, is there any kind of quickstart?
I followed the tutorial below to get to the login area, remembering that I use node.js
https://scotch.io/tutorials/easy-node-authentication-google
Thank you for your interest in Chatbase. There is currently no support for OAuth logins. Please see our recommended steps for third party integrations below:
Have the user open a Chatbase account with a Google linked email address
Have the user create a Bot in order to obtain the API key
Have the user integrate their analytics on your platform by providing the API key
Send the messages from their bot to their Chatbase API
Provide the user deeplinks to the Chatbase reports from within your UI

how to create soap Api for customer login in magento 1.9

I'm new in magento,
I want to create soap api for customer login.
i create role and user through web services->soap/xml-RPC role and soap/xml-RPC users. but i don't know the next step,
please help.Thanks.

Box Api Enterprise

I am asked by my company to do a Proof-Of-Concept for our document management using Box. We have an enterprise account.
What I did is I added an app in my account - to get my api keys ("client_id" and "client_secret").
Then after this Using the Box Api for .net4.0, I manage to connect my MVC app with our box account using OAuth2.
I can now view files and folders as well as uploading files.
Now my problem is I need to restrict the files that can be viewed by the user logged.
I noticed that when changing the email that is use to log-in (we're using SSO)
The user info doesn't change.
I am using GetCurrentUserInformationAsync() method of the BoxApi V2.
Is it possible to perform user management using API?
(P.S. I am not the admin of our enterprise account)
Thanks
To change the email, you will be require the admin rights. First you need to create the email alias for that account and then you can replace the primary email address with your alias.

Box.Net users-on-behalf-of-enterprise-user working

In Box developer document they ask to contact them with the API key generated.
Reference:
http://developers.box.com/docs/#users-on-behalf-of-enterprise-user
Is there is any api(Java) to get the other users mail box with the admin credential.
The primary purpose of "on-behalf-of" is to make calls on behalf of your company's users as an administrator. A great use case is if you'd like to prepopulate your new hire's account with a set of folders before they start on day 1.
In order to get the listing of enterprise users in your account, you would use the following API call if you are an administrator: http://developers.box.com/docs/#users-get-all-the-users-in-an-enterprise. This is currently not built into the Java SDK, but it is open source if you want to submit a pull request to it to add the functionality.