Posts
User-submitted feedback and feature requests. Posts belong to boards and can be upvoted, commented on, and tracked through statuses.
List all posts
GET/v2/posts
Create a new post
POST/v2/posts
Get a post by ID
GET/v2/posts/{id}
Update a post
PATCH/v2/posts/{id}
Delete a post
DELETE/v2/posts/{id}
ModelsExpand Collapse
Post object { id, access, assigneeId, 20 more }
Post object { id, access, assigneeId, 20 more }
access: object { companyExternalIds, userIds }
access: object { companyExternalIds, userIds }
integrations: object { clickup, devops, github, 4 more } Third-party integration links associated with this post
integrations: object { clickup, devops, github, 4 more }
Third-party integration links associated with this post
opportunityAmount: number
Total opportunity amount from linked HubSpot deals and Salesforce opportunities
PostsVoters
User-submitted feedback and feature requests. Posts belong to boards and can be upvoted, commented on, and tracked through statuses.
List voters on a post
GET/v2/posts/{id}/voters
Add a voter to a post
POST/v2/posts/{id}/voters
Remove a voter from a post
DELETE/v2/posts/{id}/voters