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
}
}