Having trouble fetching contents of Zoho Connect Feeds using the API, requesting alternative API documentation.
I'm trying to retrieve feed/post data from Zoho Connect using the API but facing challenges with the current documentation. What I've tried: OAuth authentication is working correctly (getting 200 OK responses) Tested multiple endpoints: /pulse/nativeapi/v2/feeds,
Select the task view on the board in the Zoho Connect iPhone app
Hello. How do I select the task view on the board in the Zoho Connect iPhone app? The Android app has this functionality.
Is there a API to fetch tasks in a Board/Section
I am writing a scheduled function that retrieves all the tasks and send an reminder on cliq. I cannot seem to find a API to fetch tasks (by user / board / section) What are the way to fetch tasks?
Having trouble fetching contents of Zoho Connect Feeds using the API, requesting alternative API documentation.
I'm trying to retrieve feed/post data from Zoho Connect using the API but facing challenges with the current documentation. What I've tried: OAuth authentication is working correctly (getting 200 OK responses) Tested multiple endpoints: /pulse/nativeapi/v2/feeds,
updateTask Zoho Connect API
When I do POST request by https://connect.zoho.com/pulse/api/updateTask with parameters scopeID, taskId, title, status and with header Zoho-oauthtoken, I got next response: {'updateTask': {'reason': 'You are not authorized to do this action.', 'result':
Adding a task in Connect using custom app
Hello, I am creating a custom app which, upon form submission, posts a message in a channel (working) and creates a task in a board (not working yet). I have created the following custom function to be run upon successful form submission: headerMap =
Post to Channel and Mention User based on Users Drop-Down Field
I am making a custom app in Connect which has a Users drop-down field, displaying the users' email addresses. My aim is to have a workflow which posts a message in a channel and mentions the user chosen in the drop-down field. I have successfully been
Move task using API?
Hi, I'm looking to move tasks between boards using API, is this possible or do I have to recreate it in the new board and delete from the old one?
How to Add Task using Deluge?
I have two questions. Given these values from my Board, One: What is the complete syntax for this call? params = Map(); params.put("scopedID",463204000000002002); params.put("boardID", 463204000000380003); response = invokeurl [ url :"https://connect.zoho.com/pulse/api/addTask"
As of September 2023, what version of Zoho Creator powers Custom Apps in Zoho Connect?
As of September 2023, what version of Zoho Creator powers Custom Apps in Zoho Connect?
Update Custom Fields via API
Hi - does anyone know if there's a way to update custom fields in Zoho Connect tasks? I have tried passing parameters but it returns "errorCode":"EXTRA_PARAM_FOUND","devReason":"Extra param found 'customRecords'" map1 = Map(); map2 = Map(); map3 = Map();
How to fetch task id from Zoho Connect?
Hello, I'm trying to update a task in Zoho Connect and it requires the task id, but I couldn't find where I can get the task id. Also is there a function or API to fetch task in Zoho Connect?
Zoho Connect API: How to List Tasks of Board or Section in Board
Hi, took a look at the Zoho Connect API. Couldn't find a way to list all the tasks of a board or of a section: https://www.zoho.com/connect/api/get-board-sections.html This is an essential functionality - How to do that? BR
Creating a Task with Custom Fields via Deluge Function
Hi all, I'm trying to create a task in Connect via a custom function I wrote as part of a Flow. The function works perfectly to create the task according to the documentation here: https://www.zoho.com/connect/api/create-task.html I am using invokeurl.
Search with deluge for a Task in Zoho Connect given a specific TASK TITLE
Is it possible to use code with Deluge to search for a TASK in Zoho Connect with any specific TITLE? I only know the title of this task, I don't have other information. I am programming from Zoho Books with Deluge, and it works for create a new task,
Connect API payload format
Hey, I'm trying to integrate the invite users to network function in zoho connect api based on this page: https://www.zoho.com/connect/api/invite-users-to-network.html There's no example request format on that page so I've just been guessing but clearly
Zoho Connect Widget not populating zoho.loginuserid field
I have a form (created within Zoho Connect) that uses a deluge script to pre-populate the user's email by using the zoho.loginuserid system variable in a Workflow that is triggered by loading of the form. I have also tried triggering the workflow on successful