Auto fill of public requests via URL parameter
Hi,
we are using requests to create projects, tasks and any other objects in Wrike. These requests are publicly available so that anyone can create that Wrike objects. However, the fields in the requests has to be filled manually always. To enable an automated workflow, it would be highly efficient, if requests fields could be automatically fulfilled by URL parameter.
Let's imagine you have a request with 3 fields
Title of project (Text)
Deadline of project (Date)
Category of project (Dropdown)
You have that information already in an external application. This external application provides the URL for the public wrike request to create the project in wrike: <URL>?title=Test&deadline=2024/04/12&category=Consulting
By clicking this URL the values of the parameter (Test, 2024/04/12, Consulting) are automatically added to the fields in the request.
Is that something planned for the future?