Skip to content

Commit 7d6f769

Browse files
authored
Update zoho_desk.md
1 parent 980d67b commit 7d6f769

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/zoho_desk.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,18 @@ The app is to be used with Zoho desk, and uses Oauth2. To use it, we need to mak
88
- Find the DepartmentId and ContactId
99
```
1010

11+
## Find DepartmentId and ContactId
12+
DepartmentId and ContactId are required for e.g. creating tickets. To find these, our recommended way is as follows:
13+
14+
1. Create a ticket in the UI of Zoho Desk manually
15+
2. In Shuffle, after authenticating, run the "List Tickets" action
16+
3. Find the ticket from step 1 within the returned JSON body (look for same subject/text)
17+
4. Find the "DepartmentId" and "ContactId" fields within this ticket.
18+
5. Save them as variables in the Workflow
19+
1120
## Set up auth
21+
**PS: For cloud, you can use Oauth2 directly. Click the "Auto Authenticate" button to not have to configure this for yourself.**
22+
1223
Go to https://api-console.zoho.com/ and Login.
1324

1425
### 1. Set up client

0 commit comments

Comments
 (0)