Create Project from Blueprint
Hi All!
I'm able to use Postman to create a basic project, so all core auth and such in place.
Can someone show me an example of how to include the following:
- Create the project from an existing Blueprint (which presumably has tasks)
- Populate Custom Fields with data
Both through the API call.
Thanks in advance!!
Hi Dennis Schneider, welcome to the Community. I've opened a ticket with our Support Team, and one of our experts will reach out to you via email to assist you with this shortly 👍
In the meantime, feel free to consult this documentation. Also, don't miss the chance to visit our New to Community forum to get the most out of your experience with our Community 🙂
Dennis Schneider
check out https://developers.wrike.com/api/v4/folder-blueprints. it describes how to get the BP ID and then launch it. it should return a job id which you can feed into the async job endpoint as per https://developers.wrike.com/api/v4/async-job/. it will then return the project ID in the result object and you can use that to update the project CFs as per https://developers.wrike.com/api/v4/folders-projects/#modify-folder
Miron Mizrahi Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Miron Mizrahi Wrike Team member Become a Wrike expert with Wrike Discover
Fantastic Miron, thanks for the feedback. This has helped me with the functionality I've needed. Very nice!