Featurebase integration (Productivity, Developer Tools). Imported from open-connector.
https://do.featurebase.app/v2/boards
/v2/boards/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Featurebase object ID. |
/v2/posts
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return, from 1 to 100. |
| cursor | string | optional | The opaque pagination cursor returned by Featurebase. |
| boardId | string | optional | The Featurebase object ID. |
| statusId | string | optional | The Featurebase object ID. |
| tags | array | optional | The tag names used to filter Featurebase posts. |
| q | string | optional | The search query used to filter Featurebase posts. |
| inReview | boolean | optional | Whether to include posts pending moderation. |
| sortBy | string | optional | The Featurebase post sorting mode. |
/v2/posts
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | required | The Featurebase post title. |
| boardId | string | required | The Featurebase object ID. |
| content | string | optional | The Featurebase post content in HTML format. |
| tags | array | optional | The tag names to attach to the post. |
| statusId | string | optional | The Featurebase object ID. |
| commentsEnabled | boolean | optional | Whether comments are enabled for the post. |
| inReview | boolean | optional | Whether the post should be pending moderation. |
| customFields | object | optional | Custom field values keyed by Featurebase custom field ID or name. |
| eta | string | optional | An ISO 8601 timestamp or Unix timestamp accepted by Featurebase. |
| assigneeId | string | optional | The Featurebase object ID. |
| visibility | string | optional | The Featurebase post visibility restriction. |
| author | object | optional | The user attribution fields used when creating or updating a Featurebase post. |
| createdAt | string | optional | An ISO 8601 timestamp or Unix timestamp accepted by Featurebase. |
/v2/posts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Featurebase object ID. |
/v2/posts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Featurebase object ID. |
| title | string | optional | The updated Featurebase post title. |
| content | string | optional | The updated Featurebase post content in HTML format. |
| boardId | string | optional | The Featurebase object ID. |
| statusId | string | optional | The Featurebase object ID. |
| tags | array | optional | The replacement tag names for the post. |
| commentsEnabled | boolean | optional | Whether comments are enabled for the post. |
| inReview | boolean | optional | Whether the post should be pending moderation. |
| customFields | object | optional | Custom field values keyed by Featurebase custom field ID or name. |
| eta | string | optional | — |
| createdAt | string | optional | An ISO 8601 timestamp or Unix timestamp accepted by Featurebase. |
| assigneeId | string | optional | — |
| visibility | string | optional | The Featurebase post visibility restriction. |
| author | object | optional | The user attribution fields used when creating or updating a Featurebase post. |
| sendStatusUpdateEmail | boolean | optional | Whether to email voters when the status changes. |
/v2/posts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Featurebase object ID. |
/v2/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of records to return, from 1 to 100. |
| cursor | string | optional | The opaque pagination cursor returned by Featurebase. |
| contactType | string | optional | The Featurebase contact type filter. |
/v2/contacts
| Param | Type | Required | Description |
|---|---|---|---|
| string | optional | The contact email address. | |
| userId | string | optional | The external user ID from your system. |
| name | string | optional | The contact display name. |
| profilePicture | string | optional | The contact profile picture URL. |
| companies | array | optional | The companies associated with the contact. |
| customFields | object | optional | Custom field values keyed by Featurebase custom field ID or name. |
| subscribedToChangelog | boolean | optional | Whether the contact is subscribed to changelog updates. |
| locale | string | optional | The contact locale or language code. |
| phone | string | optional | The contact phone number. |
| roles | array | optional | The role IDs to assign to the contact. |
| userHash | string | optional | The HMAC hash used for Featurebase identity verification. |
| createdAt | string | optional | The ISO 8601 timestamp when the contact was created. |
/v2/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Featurebase object ID. |
/v2/contacts/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Featurebase object ID. |