← Tools Reference

Featurebase

Featurebase integration (Productivity, Developer Tools). Imported from open-connector.

API key11 toolshttps://do.featurebase.app
GET
featurebase_list_boards
List all Featurebase boards for the authenticated organization.

/v2/boards

GET
featurebase_get_board
Get one Featurebase board by ID.

/v2/boards/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Featurebase object ID.
GET
featurebase_list_posts
List Featurebase posts with cursor pagination and optional filters.

/v2/posts

8 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records to return, from 1 to 100.
cursorstringoptionalThe opaque pagination cursor returned by Featurebase.
boardIdstringoptionalThe Featurebase object ID.
statusIdstringoptionalThe Featurebase object ID.
tagsarrayoptionalThe tag names used to filter Featurebase posts.
qstringoptionalThe search query used to filter Featurebase posts.
inReviewbooleanoptionalWhether to include posts pending moderation.
sortBystringoptionalThe Featurebase post sorting mode.
POST
featurebase_create_post
Create a Featurebase feedback post in a board.

/v2/posts

13 parameters
ParamTypeRequiredDescription
titlestringrequiredThe Featurebase post title.
boardIdstringrequiredThe Featurebase object ID.
contentstringoptionalThe Featurebase post content in HTML format.
tagsarrayoptionalThe tag names to attach to the post.
statusIdstringoptionalThe Featurebase object ID.
commentsEnabledbooleanoptionalWhether comments are enabled for the post.
inReviewbooleanoptionalWhether the post should be pending moderation.
customFieldsobjectoptionalCustom field values keyed by Featurebase custom field ID or name.
etastringoptionalAn ISO 8601 timestamp or Unix timestamp accepted by Featurebase.
assigneeIdstringoptionalThe Featurebase object ID.
visibilitystringoptionalThe Featurebase post visibility restriction.
authorobjectoptionalThe user attribution fields used when creating or updating a Featurebase post.
createdAtstringoptionalAn ISO 8601 timestamp or Unix timestamp accepted by Featurebase.
GET
featurebase_get_post
Get one Featurebase post by ID.

/v2/posts/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Featurebase object ID.
PATCH
featurebase_update_post
Update mutable fields on an existing Featurebase post.

/v2/posts/{id}

15 parameters
ParamTypeRequiredDescription
idstringrequiredThe Featurebase object ID.
titlestringoptionalThe updated Featurebase post title.
contentstringoptionalThe updated Featurebase post content in HTML format.
boardIdstringoptionalThe Featurebase object ID.
statusIdstringoptionalThe Featurebase object ID.
tagsarrayoptionalThe replacement tag names for the post.
commentsEnabledbooleanoptionalWhether comments are enabled for the post.
inReviewbooleanoptionalWhether the post should be pending moderation.
customFieldsobjectoptionalCustom field values keyed by Featurebase custom field ID or name.
etastringoptional
createdAtstringoptionalAn ISO 8601 timestamp or Unix timestamp accepted by Featurebase.
assigneeIdstringoptional
visibilitystringoptionalThe Featurebase post visibility restriction.
authorobjectoptionalThe user attribution fields used when creating or updating a Featurebase post.
sendStatusUpdateEmailbooleanoptionalWhether to email voters when the status changes.
DELETE
featurebase_delete_post
Delete one Featurebase post by ID.

/v2/posts/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Featurebase object ID.
GET
featurebase_list_contacts
List Featurebase contacts with cursor pagination and contact type filtering.

/v2/contacts

3 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of records to return, from 1 to 100.
cursorstringoptionalThe opaque pagination cursor returned by Featurebase.
contactTypestringoptionalThe Featurebase contact type filter.
POST
featurebase_upsert_contact
Create or update a Featurebase contact by email or external user ID.

/v2/contacts

12 parameters
ParamTypeRequiredDescription
emailstringoptionalThe contact email address.
userIdstringoptionalThe external user ID from your system.
namestringoptionalThe contact display name.
profilePicturestringoptionalThe contact profile picture URL.
companiesarrayoptionalThe companies associated with the contact.
customFieldsobjectoptionalCustom field values keyed by Featurebase custom field ID or name.
subscribedToChangelogbooleanoptionalWhether the contact is subscribed to changelog updates.
localestringoptionalThe contact locale or language code.
phonestringoptionalThe contact phone number.
rolesarrayoptionalThe role IDs to assign to the contact.
userHashstringoptionalThe HMAC hash used for Featurebase identity verification.
createdAtstringoptionalThe ISO 8601 timestamp when the contact was created.
GET
featurebase_get_contact
Get one Featurebase contact by ID.

/v2/contacts/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Featurebase object ID.
DELETE
featurebase_delete_contact
Delete one Featurebase contact by ID.

/v2/contacts/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Featurebase object ID.