Issue Adding New Task List Via API
One of the required parameters for a new task list is Milestone ID. I can easily look up any existing milestone and pass its ID through the add task list method. However, I want to create new task lists under the "None" milestone (default value when creating a new task list manually), but I cannot find a way to retrieve the associated Milestone ID for "None". This can be found indirectly if you already have a task list with "None" as the related milestone, then return a list of task lists for
Cant create task using API call
Im unable to create a task. It appears that the API needs TaskListId, but Im not sure where this comes from. Is it something I need to generate separately? <form method="post" action="https://projects.zoho.com/portal/lolsocialmedia/api/private/xml/task/add?apikey=xxxx&ticket=xxxx"> Project Id<input type="text" name="projId" value="f59d9d345b0d54b3ddf10843d0bb5939583c566f3625e7d9"> Owner<input type="text" name="personresponsible" value="0c9f4bc02ccca5ba">(loginid/userid) TaskListId<input type="text"
Building extensions #5: Integrating applications with Zoho Projects through Connections
In our last post, we discussed the essential features that a Zoho Projects extension can provide. Starting with this post andin every subsequent post going forward, we'll go through each of those features in depth, one by one, with an example use case.
Building extensions #4: Fundamental features of a Zoho Projects extension
Hello everyone! Thank you for visiting our Building Extensions series. As part of this series, we've already covered how to use the Sigma cloud editor and the ZET CLI to create, test, and publish extensions for Zoho Projects. You can refer to our earlier
Zoho Project Calendar syncs with Outlook Calendar
Hello team I want to connect my Zoho Project calendar with my Outlook calendar. I have followed all the steps provided in the documentation. The issue I am facing is that, initially, all tasks are successfully synchronised with the calendar. However,
Building extensions #3: Publishing, sharing, and installing an extension
The primary objective of developing an extension is to have it bundled and published as a plugin—either privately within an organization or publicly in Zoho Marketplace—so that users can benefit from the extension's functionality. In previous posts, we
Building extensions #2: Creating extensions for Zoho Projects using a CLI
In our previous post, we noted the two ways to create extensions for Zoho Projects— using the cloud editor and using the command line interface (CLI). We also shared how to create an extension using the Sigma cloud editor. In this post, we'll take a closer
Please suggest how can I get my portalID to fetch All Projects
I am having a postman Collection https://www.postman.com/collections/35b9ef7b1e22aa00676d I need some clarity that how can i hit the GetAll Projects API and get the going. I have generated accesstoken and other things. I tried https://projectsapi.zoho.com/portals/?auth_token
API credit to access zoho projects
I have asked for some API credits to access zoho projects, which I can obviously pay for. However the support team has been very hesitant to provide those. Why is it so?
Building extensions #1: Creating, testing, and editing Zoho Projects extensions using the cloud editor
Hello!! We're happy to announce the beginning of a new series called "Building Extensions," which aims to help guide developers in creating and developing extensions for Zoho Projects. The goal of this series is to assist developers with the extension
Introducing Our New "Building Extensions" Series!
We are excited to kickoff our brand-new series, "Building Extensions," where we will empower developers to design effective extensions using the Zoho Projects Sigma platform. This series is designed to assist and guide developers who are creating extensions
How to update task status using Zoho projects API
Hi there. I'd like to use the API to update the status of tasks. I am aware of the POST /restapi/portal/[PORTALID]/projects/[PROJECTID]/tasks/[TASKID]/ endpoint and the custom_status field that can be sent with the request. However I am looking to only
upload a file in a bug or issues in using zoho projects
Hi Team, Can you tell me how to upload a file or attachment in issues using zoho rest api from postman
How to update custom fields in project details for Zoho Projects through deluge
Hi, I found this resource Project Manager System | Projects API :Zoho Projects but I can't figure out how to update my dashboard details. I have a custom field called "Actual Invoiced" that I would like to update with a custom value through a workflow
@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
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
Is it possible to assign a user to a project via the API?
I didn't see an option in the Project API, but there is something in the Books API. Any suggestions?
Add Task General Error 6500
Hello, I'm trying to create a task following the guidelines on the API spec, but I can't get it to work. I tried several methidsbut I'm not getting significant enough infomation to figure out what's going on. I tried POSTing the required fields (with and without &flag=internal attached) to: https://projectsapi.zoho.com/restapi/portal/xxxxxxxx/projects/xxxxxxxxxxxxxxx/tasks/?authtoken=xxxxxxxxxxxxxxxxxxx Payload: { "person_responsible": xxxx, "tasklist_id": xxxxxxxxxxxxxxxxxxxx, "name":
Embed form on my website to get tickets from my clients
Hello all, I want to create a form for my clients on my website, which they can fill and create tickets automatically in Zoho projects under one project say "Client support". Can it be done. I was using 'active colab' earlier and it had such service. see this http://www.bosshi.com/client-area/submit-a-ticket/ Thanks, Jo
Get daily time logs (Hours) of user in project.
We need to get daily hours instead of grand total. Is there any way? I'm able to get all time logs of user in current project using GetTimeLogs() method but we want daily timelogs. We are using zoho project C# APIs. Please suggest. Thank you.
Zoho Projects Webhook fails with HTTP Error 0
Hello Zoho Community, I am pulling my hair out over this one. I have setup a very basic http(s) server that always responds "ok" and code 200 to incoming GET requests. It will accept any parameters, and any path. Really, all it does is say "ok," and log
Recently started getting General Error 6500 in Zoho Projects API
Hello. We have a program that loops through a list of a few of our projects and fetches the time logs. This was working for a few months, but about a day or two ago, we noticed that the time entries are no longer being returned. When I run our script manually, I see all the API calls are returning a General Error 6500. I thought this could be due to the API call limit so I tried with a newly-generated auth token and it worked at first, but when I tried again I see the errors. Strangely it sometimes
Zoho Projects Clients API NOT WORKING
Hi I'm trying to use the Zoho Projects Clients API to get my portal clients, but the API seems to be not working. I get a "Page not Found" HTML as a response: client = invokeurl [ url: "https://projectsapi.zoho.com/portal/portalID/clients" type :GET connection:"projects"
Dynamically get Project Template ID (for Zoho Projects) in Zoho Flow
Good afternoon, I'm trying to create a new project with the Zoho Projects API, when adding a new Contact in Zoho CRM. For this I am using Zoho Flow and I need to insert the "template_id". This id is visible inside the url in Zoho Projects, in this case
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?
Zoho projects API - logs
Hi I am able to retrieve time logs for a specific month via the API but when a try to use a date range I get a "BadRequest" error. I am sure there is a problem with the GET syntax. Please can you provide some guidance? Below is the GET request I am sending.
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 =
Unable to add new task via API - Input Parameter Missing
I'm following the spec at http://www.zoho.com/projects/developers/tasklists-api.html#7 to Add a new task to a Project Task list - I think I have all of the required form items populated based on the provided sample,but I'm getting an error: {"code":6831,"message":"Input Parameter missing"} https://projectsapi.zoho.com/portal/{PortalName}/api/private/xml/task/add?apikey={ApiKey}&ticket={Ticket} projId=f8044dc4a76d2d98e298090ee4ab5d05b3711e3d6848763c, personresponsible=aee2293d0f655f48, listId=f8044dc4a76d2d986e2974ab7fd72a8b6755b1c1035e80e0,
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?
How do I associate a custom function with a task workflow
Trying to set up the Milestone Autocomplete Custom Function. I think I have the parameters set, but the description includes this comment: "Function has to be associated with task workflow which executes when the status field is updated." What does that
Time Tracking API
Hi, Is there an API available for time tracking? Thanks.
General Error in API
Hello, I'm trying to get a Refresh Token via the zoho API. I followed the documentation but all I get is a general error. What I did: 1. Create Self Client in zoho Developer Console 2. Copy Client ID/Client Secret 3. Created a code with the needed scope
2 fields are not updating while creating project from crm into projects
Hi, I am trying to get api names of custom fields in zoho projects as i have added 2 custom fields. one is lookup field and other is single line field. so, from crm using invoke url i get the api names of zoho projects api names of that fields ; but still
Webhooks
Hi I want to know if you have in roadmap webhooks to send notification to external applications like Hipchat or Slack. Thansk
I want to update a task in zoho project api
I want to update a task in zoho project api. I am passing custom item values but it is not updating properly. How do I pass the value to update? I am attaching a picture, the value of Body is dummy. My guess is that it is because of the way the Body value
Input Parameter Missing - Associate multiple teams to a project
Hi, I am trying to assign multiple Teams to a project via the API. Using the documented 'POST /restapi/portal/[PORTALID]+/usergroups/associategroups/' method, the error '{"error":{"code":6891,"message":"Given URL is wrong"}}' is returned. Assuming the
Zoho Projects Timesheets API - Does fetch_by_modifiedtime work?
Does fetch_by_modifiedtime work? I have a couple of logs that where created on 7/15/2022, but has a date of 6/30/2022. When I use Get All Time Logs, I can only see them if I use the 6/30 date.
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
Need to push zoho creator data into zoho projects
Anyone?
Updating a Project's Email Alias via API
Good Morning, I'm looking to update a Zoho Project's Email Alias through the API, but cannot find mention of that field specifically. Is this a custom field I need to build, or is there a specific parameter I can pass through? Thanks!
Next Page