added
New `create_portfolio` mutation
August 18th, 2025
🏷️ API version:
2025-10
You can now use the create_portfolio
mutation to create a portfolio board as part of a monday.com portfolio solution via the API.
This mutation is available on Enterprise plans only.
mutation {
create_portfolio (
boardName: "New Portfolio Board"
boardPrivacy: "private"
destinationWorkspaceId: 12345,
) {
success
message
solution_live_version_id
}
}