pipedream
pipedream copied to clipboard
[ACTIONS/SOURCES] Zoho desk new sources and actions
Actions
- [ ] Create Account | Creates an account in your help desk portal. See the docs here
- [ ] Create Contact | Creates a contact in your help desk portal. See the docs here
- [ ] Update Contact | Updates details of an existing contact. See the docs here
- [ ] Find Contact | Searches for contacts in your help desk portal. See the docs here
- [ ] Find or Create Contact | Finds or create a contact. See the docs here
- [ ] Create Ticket | Creates a ticket in your helpdesk. See the docs here
- [ ] Add Ticket Comment | Adds a comment to a ticket. See the docs here
- [ ] Add Ticket Attachment | Attaches a file to a ticket. See the docs here
- [ ] Update Ticket | Updates an existing ticket. See the docs here
- [ ] Search Ticket | Searches for tickets in your help desk. See the docs here
- [ ] Send E-Mail Reply | Sends an email reply. See the docs here
Sources
- [ ] New Account | Emit new event when a new account is created. See the docs here
- [ ] New Agent | Emit new event when a new agent is created. See the docs here
- [ ] New Ticket Attachment | Emit new event when a new ticket attachment is created. See the docs here
- [ ] New Ticket Comment | Emit new event when a new ticket comment is created. See the docs here
- [ ] New Contact | Emit new event when a new contact is created. See the docs here
- [ ] New Ticket | Emit new event when a new ticket is created. See the docs here
- [ ] Updated Ticket | Emit new event when a ticket is updated. See the docs here
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated |
|---|---|---|---|
| pipedream-docs | ✅ Ready (Inspect) | Visit Preview | Sep 20, 2022 at 6:15PM (UTC) |
| pipedream-docs-redirect-do-not-edit | ✅ Ready (Inspect) | Visit Preview | Sep 20, 2022 at 6:15PM (UTC) |
Thanks for submitting this PR! When we review PRs, we follow the Pipedream component guidelines. If you're not familiar, here's a quick checklist:
- [ ] Create components to address specific use cases whenever possible
- [ ] Component
keys should follow the formatapp_name_slug-slugified-component-name - [ ] Components should follow the standard directory structure
- [ ] Prefer Node.js client libraries to REST APIs
- [ ] When making API requests, handle pagination to ensure all data / events are processed
- [ ] Use
secretprops to capture sensitive data - [ ] Props and methods should be defined in app files whenever possible
- [ ] Document methods with JS Docs
- [ ] Use
optionalprops whenever possible, and set adefaultvalue where you can - [ ] Use async options to accept user input wherever possible
- [ ] Create subscription webhooks sources (vs polling sources) whenever possible
- [ ] Always emit a
summarywith events - [ ] Use a built-in deduping strategy wherever possible
- [ ] When building webhook sources, follow these best practices
- [ ] When building polling sources, follow these best practices
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement.
Please check the test report below for more information Zoho_Desk_3850_1517.pdf
/approve