Project API Get Task Comment Email Address
Is there an API that would allow us to retrieve a task's comment email address? We would like to be able to retrieve the task email addresses in bulk so we can have them handy when creating emails that we want to also document as a comment in a task.
[TYIA] Zoho Project using Deluge
Hope all is well. I would like to learn systematically to develop Zoho Project using Deluge, is there any training/websites that would be helpful? Any trivial information would be helpful and appreciated. Thank you in advance.
Need to push zoho creator data into zoho projects
Anyone?
Checklist
Hi, Is it possible to add or update a Zoho Projects Task's checklist via the API? Thanks, Radu
Finding the Task Template ID
Where in Zoho Projects is it possible to find the Task Template ID?
is it possible to link to zoho creator?
I am a user of zoho creator and i would like to integrate projects with it. Is this possible?
Power BI connector (Zoho Creator) to Zoho Projects
How can i connect power bi to Zoho Projects? domain is zoho.com How can i find workspace name, application link name and Report link name?
Zoho Projects webhook
I need to create a webhook that will trigger when a project status changes. I see there are webhooks for issues and tasks but none for projects. Is there a way to create this kind of webhook?
Change in time logs API endpoint
¿Was there a change in the "Get My Time Logs" API endpoint? [1] It previously allowed me to fetch timelogs for all users in our portal using "user_list=all", which is still documented there: But starting on January 20th I'm only allowed to fetch my own
Assigning A Custom Field Picklist Value Via API
Hey everyone, I have a project that has a custom layout with custom fields (shocker). I can update simple custom fields just fine, however a handful of these fields are Picklists, of which I seemingly cannot assign values to through the API. I've tried
Adding to the Activity Stream, On Behalf of Another Account
Hey everyone, I have an application that makes changes to our Zoho Projects through a Developer account. Changes made through the application come up on the Activity Stream as "developer", which is working as expected. I have two questions: Is it possible
Use Task List from a Project Template when creating a new Task List with the API
It's possible to use a task list from a project template when manually setting it up, however it is not currently possible to do the same when it's being created through the API. Could you please allow it?
6500 Error when updating task status
Hello, I am trying to update the status for a task via the API. The response I get back is the following: { code: 6500, message: 'Status and % completion cannot be updated for tasks associated with blueprint' } The endpoint that I am using is: POST /portal/[PORTALID]/projects/[PROJECTID]/tasks/[TASKID]/
6500 General Error when uploading files for a comment via the API
Hello, I am trying to create a comment for a task via the API, and upload files in the task comment. When I use Postman, everything works fine, both the comment and files are added. However, when I use axios in Node.js to send a POST request, I am getting
Updating Completed_on field in a Task
Is there a way to update the completed_on or completion_date field on a Task, whether it be when closing it or after it is closed.
Sigma and OneDrive
Hey everyone, I'm currently looking into creating a custom extension that integrates Zoho Projects and OneDrive. Currently, I have it as far as reading items from OneDrive, which is dandy and all, but am looking to expand into file uploading. I would
Sending data from Zoho Projects to Zoho CRM
Dear community Hope you all are doing great! I'm opening this thread to understand how can I setup the following workflow between my Zoho Projects portal and my Zoho CRM portal: In my project, let's call it PROJECT X, I have new incoming bugs registers
Custom Fields Values not gettimg set by Create Task API
Hi, I am trying to set custom fields on task from external platform. Task is getting created successfully but the custom fields not getting set in Task. I tried various ways to add custom fields values In Request JSON while sending request along with other paramete. Task created successfully but custom fields not getting set. URL: "https://projectsapi.zoho.in/restapi/portal/[portalName]/projects/[ProjectName]/tasks/"; Tryout 1: var postData={ "name":taskName, "flag":"internal", "person_responsible":assignTo,
Update Record Example Deluge Script
Hi, I need to write a deluge script to update a Projects task. Since the "update" API asks for "Record Id" , I must fetch the task first, then update it. Here the issue is that: I must pick the Task Id from the response object of the getRecords API,
Scope with Multiple Tokens
Hey everyone, This might just be me being a rookie, but I'm not understanding how to pass multiple tokens for a given request. For example, I'm trying to retrieve all the documents for a given project via https://www.zoho.com/projects/help/rest-api/documents-api.html#alink1.
Update Task reminder_string formatting
Hello, I'm trying to update a task's reminder settings using the API, and I believe the reminder string is formatted correctly, yet updates aren't taking effect. The call "succeeds", but returns no task details. The reminder string is formatted as such:
Zoho Projects API Functional Example in C#
I'm trying to use the manuals, but i have the error below: { "error": { "code": 6891, "message": "Given URL is wrong" } } Url: https://projectsapi.zoho.com/restapi/portals Header: "Authorization": "bearer token" Can someone help
Assign Project Owners through API.
Hi, We have integrated our backend database to Zoho Projects. Hence any project created in our database will also be created in Zoho Projects. Everything works fine, but my only concern is that I'm not able change the owner of the project. By default it takes the admin as the project owner. Is there a way where we can assign the project owner dynamically during the API Sync. Regards, Christ
@Mentions through API
Good Morning, I'm looking into the Zoho Projects API, and noticed you can create comments for a given task. We're given two fields, the content and uploaddoc. If I wanted to @mention someone via this method, how would I go about doing so? Since it's auto
Possible to link google drive extension via API?
Hi, We use the google drive extension to link project to our google drive. We use Zapier to automatically create a project folder structure in the google drive on the creation of a project in zoho projects. Is it possible to close the loop by linking
API:Owner id on project
How to set the owner on the project thru API
Adding a new project with Template, the end date does not reflect.
Hi, Using the API {POST /portal/[PORTALID]/projects/} it all works perfectly. Once howevery a template ID is introduced, suddenly the end_date is not reflective in ZOHO projects. There are no errors returned and it works perfectly besides the end date
Create Bug API - Input Paramenter Missing
Hi there, I'm trying to create a bug passing the following JSON - { authtoken : authtoken, title : 'Test bug #1', description : 'Test bug example one' } however it is returning {"error":{"code":6831,"message":"Input Parameter Missing"}} any thoughts?
Zoho Project Link
Hello, Is there a way to obtain Zoho Project/Task Links from Project/Task ID? https://projects.zoho.com/portal/[portal]#dashboard/999999999999999 https://projects.zoho.com/portal/[portal]#todomilestones/99999999999999999 Best Regards.
Issue when creating a Project with a specific Template
I have been using this api in php to create Projects using templates that have already been made. However when I try to create a project with a certain template, I get a 204 response and the project is not created. I am able to use this template in Postman
Add Baseline methods to API
There are no API methods for creating or querying baselines, Use case: Customer is notified of the current project start date according to plan via another product/integration. We would like to auto create a baseline (Automated via API) at the point
Throttling Error 400
Hey, I have to submit thousands of records to Zoho Project using API. But call to create task dependency API causing URL_ROLLING_THROTTLES_LIMIT_EXCEEDED error. Please check the attachment showing the response i got from server. "You can invoke or call an API for 100 times in a span of two minutes. If you invoke more than 100 times, the particular API request will be locked for the next 30 minutes". It is stated on zoho projects api help page but i am having throttling error showing message "Cannot
Zoho Projects API request for Milestone & Tasklists Issue
Hi, When i send a request to get all the milestone for a project below response is received Request https://projectsapi.zoho.com/restapi/portal/*****/projects/***/milestones/?index=0&range=25&status=all Response { "error": { "code": 6500, "message": "General Error" } } When i send a request to get all the task lists for a project below response is received Request https://projectsapi.zoho.com/restapi/portal/*********/projects/***********/tasklists/?index=0&range=100&flag=external
Copying Pre-defined Subtasks
Hey everyone, I'm looking to copy existing Subtasks from one Task to another. Currently, I have a user that wants to define a series of Subtasks within Zoho, that I can then read and apply to a newly generated task through the API. I know I can generate
How do I generate a URL to a Bug using information from the Zoho Project API?
I'm trying to create a URL to a bug detail page using information pulled from the Projects API. I have used the API call https://projectsapi.zoho.com/portal/{PortalName}/api/private/{xml/json}/bug/getprojbugs to successfully pull a list of bugs in a project. The XML returned has what appear to be GUIDs that uniquely identify the bugs - how can I use them to generate a URL that will link to the bug in the live Zoho app?
Is it possible to set a Project's layout through the API?
Hey all, I've looked at the documentation regarding the question at: www.zoho.com/projects/help/rest-api/projects-api.html All I can find are ways to read the layouts for the projects through the API, but I need to set the default one to something other
Tasklist based on templates
Hi, Can someone explain how to create a task list using an existing template. There is no information in the documentation on how to do this http://www.zoho.com/projects/developers/tasklists-api.html#1 Thanks
Update Status via Deluge
Hello, Im trying to update some tasks status via API but its not working. heres the too codes i've already trying (besides a lot more): values_map = Map(); values_map.put("status",input.Status); response = zoho.projects.update("roboplan",input.Project_ID,"tasks",input.Task_ID,values_map); info response; The second i've tryed was this: (because i've noticed that "status" haves more maps inside. values_map = Map(); values_map.put("name",input.Status); status_map = {"status":values_map}; response =
Clone a project
To whom it may concern, I did a quick search of the forum and found nothing relating to this idea, so am posting fresh. The service that our company provides means that we follow an essentially identical process for each new job, and this includes the time frames for each stage. Ideally we would have a complete "template" project, with all the task lists and tasks in place with associated start dates, due dates (and by extension, duration) and - most importantly - the dependencies between tasks so
Guaranteed Attributes for Various IDs
Hey everyone, I’m writing a program that hooks into the Zoho Projects API. I’m looking to store references to some of the ID strings retrieved from various calls. What kind of guarantees are there for various ID string lengths, types, etc? I’m currently
Next Page