You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-3Lines changed: 32 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,14 @@ subscription:
35
35
36
36
for Europe the url is: [https://api-console.zoho.eu]
37
37
38
-
- Create or use an existing "Self Client" application.
39
-
- Generate the grant code, with the proper scopes.
38
+
- Create or use an existing "Self Client" application. You may need these informations:
39
+
- Generate the grant code, with the proper scopes.***`aaaserver.profile.READ` scope is mandatory***
40
40
- Generate the persistence auth token file with the Zoho SDK:
41
+
- Client ID: you can find it in the Zoho api developer console
42
+
- Client Secret: you can find it in the Zoho api developer console
43
+
- Redirect url: this is a dummy url, it's part of the oauth standaard but not actively used
44
+
- Current User Email: this is the user email used to create the self client integration (https://accounts.zoho.<domainfromwereyouregisteredto>/oauth/user/info)
45
+
- Org ID: this is your organization ID in your Zoho Desk application: Setup and Configuration -> DEVELOPER SPACE -> API -> Zoho Desk API -> OrgId (Orgnization ID) field value
41
46
42
47
```php
43
48
include __DIR__ . /* Relative path to the vendor autoloader */ '/vendor/autoload.php';
@@ -85,6 +90,30 @@ $configBuilder->setClientId(/* Client ID */)
0 commit comments