Tool to change a post's status. Use when you need to update a post's workflow stage and optionally notify voters.
postIDThe unique identifier (MongoDB ObjectID) of the post whose status will be changed.
statusRequiredstringNew status for the post. Common values include 'open', 'under review', 'planned', 'in progress', 'complete', 'closed', or any custom status configured in Canny.
changerIDRequiredstringThe unique identifier (MongoDB ObjectID) of the admin user who is making the status change. Must be an admin user in Canny.
commentValuestringOptional comment to accompany the status change. This will be shown in the post's activity feed. Supports newlines with '\n'.
commentImageURLsarrayOptional list of image URLs to attach to the status change comment. Must be valid, publicly accessible URLs.
shouldNotifyVotersbooleanWhether non-admin voters should be notified of the status change. Defaults to False to avoid unexpected notifications in automated workflows.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.