Hi Wrike developers and integration enthusiasts! 🙂 This is your dedicated space to talk about Wrike’s API and how you connect Wrike with the rest of your tools and systems. In this forum, you can: ⁉️Ask questions about using the API, webhooks, and integrations 💡Share your own tips, code snippets, and best practices ℹ️Read…
Hi, We have an external system that manages product batches that I'd like to sync with Wrike. I have created a custom field for Batch Number, which is a single-select CF. I'd like to programmatically update the available choices within this CF via the API/WI. I can't see an easy way of doing this within WI so I'm wondering…
Hello, I am encountering an issue where certain Wrike API endpoints do not appear to have the same permissions depending on the authentication method used. For example, using the same user's API application (in which both OAuth2 and a Permanent Access Token were defined): When using a Bearer Token, I am able to…
I have a business need to associate the user to a job role for some reporting out of Power BI. I know job roles can be pulled in via API. However, I'm not having any luck finding the related field for users. Is this possible?
I want to integrate our internal applications with Wrike. I'd like to create separate spaces for our prod and non-prod environments. Is there a way to create a wrike "app" and limit it's access to a subset of our spaces?
We access Wrike through a customer account. I am working on a integration with QuickBase for our project management tool. I have that piece done but I am using my API key in the calls which is posting my name to all of the entires. I need this to come from the actual person logged into QB and updating Wrike. It appears…
I am trying to create a new task and have the info entered into Postman. Every time I try to create my task with a custom field, I get the error description: "Parameter 'customFields' value is invalid". What needs to change?
Hi. I have a webhook api and I like it to be authenticated against. I have sent a secret parameter to WebHook and Wrike has called my Webhook. { "HttpHeaders": { "Connection": "keep-alive", "Host": "otava-cloudtestcrossplat-agent.frendsapp.com", "User-Agent": "Apache-HttpAsyncClient/4.1.5 (Java/21.0.7)", "Content-Type":…
Hello, I'm currently a user admin and I can create tasks, access folders, and so on with my account. My problem : I'm strugling to call https://www.wrike.com/api/v4/groups Each call return a { "errorDescription": "Action is not allowed in requested scope", "error": "not_allowed"} How do i edit my scope? What am I doing…
Hey folks! I'm having some issues setting Effort using the API. Per the "tasks" page in the API Documentation, I'm trying to set a task's Effort using effortAllocation in a POST request, but the tasks will not upload if I include it. My JSON for effortAllocation is as follows: effortAllocation: { "mode": "Basic",…
We'd like to setup separate client facing and internal views (Gantt charts) for Projects. We're going to be creating a separate project for each client, and would like to programatically create the client facing and internal views with default filters configured. What are the best ways to accomplish this?
It looks like you're new here. Sign in or register to get started.