Productboard
Productboard is a product management platform that helps teams prioritize features, gather customer feedback, and align their product strategy to deliver better products.
Productboard is a product management platform that helps teams prioritize features, gather customer feedback, and align their product strategy to deliver better products.
Categories: Project Management
Type: productboard/v1
Connections
Version: 1
Bearer Token
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
token | Token | STRING | true |
Actions
List All Notes
Name: listNotes
Returns detail of all notes order by created_at desc
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
data | ARRAY Items[{STRING(id), STRING(title), STRING(content), STRING(displayUrl), STRING(externalDisplayUrl), {STRING(id)}(company), {STRING(id)}(user), {STRING(email), STRING(name)}(owner), [{STRING(memberId), STRING(memberName), STRING(memberEmail), STRING(teamId), STRING(teamName)}](followers), STRING(state), {STRING(origin), STRING(record_id)}(source), STRING(tags), [{STRING(id), STRING(type), INTEGER(importance)}](features), DATE_TIME(createdAt), DATE_TIME(updatedAt), {STRING(email), STRING(name), STRING(uuid)}(createdBy)}] | |
pageCursor | STRING | Use this pageCursor returned by search results to get next page of results. GET /notes?pageCursor={pageCursor} |
totalResults | INTEGER | Total number of notes that meet the specified parameters for the query |
Output Example
Create Note
Name: createNote
Creates a new note.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
title | Title | STRING | Title of note. | true |
content | Content | STRING | HTML-encoded rich text supported by certain tags; unsupported tags will be stripped out. | true |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
links | OBJECT Properties{STRING(html)} | |
data | OBJECT Properties{STRING(id)} |
Output Example
Delete Note
Name: deleteNote
Deletes a note.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
noteId | Note ID | STRING | ID of the note | true |
Example JSON Structure
Output
This action does not produce any output.
Get Note
Name: getNote
Returns detail of a specific note.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
noteId | Note ID | STRING | ID of the note | true |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
data | OBJECT Properties{STRING(id), STRING(title), STRING(content), STRING(displayUrl), STRING(externalDisplayUrl), {STRING(id)}(company), {STRING(id)}(user), {STRING(email), STRING(name)}(owner), [{STRING(memberId), STRING(memberName), STRING(memberEmail), STRING(teamId), STRING(teamName)}](followers), STRING(state), {STRING(origin), STRING(record_id)}(source), STRING(tags), [{STRING(id), STRING(type), INTEGER(importance)}](features), DATE_TIME(createdAt), DATE_TIME(updatedAt), {STRING(email), STRING(name), STRING(uuid)}(createdBy)} |
Output Example
Update Note
Name: updateNote
Updates a note.
Properties
Name | Label | Type | Description | Required |
---|---|---|---|---|
noteId | Note ID | STRING | ID of the note | true |
data | Data | OBJECT Properties{STRING(title), [STRING](tags), STRING(content)} | true |
Example JSON Structure
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
links | OBJECT Properties{STRING(html)} | |
data | OBJECT Properties{STRING(id)} |
Output Example
Triggers
New Note
Name: newNote
Triggers when a note is created.
Type: DYNAMIC_WEBHOOK
Output
Type: OBJECT
Properties
Name | Type | Description |
---|---|---|
id | STRING | ID of the note. |
eventType | STRING | Type of the event that triggered the webhook. |
links | OBJECT Properties{STRING(target)} | Links to the updated entity. |
JSON Example
PostHog
PostHog is the only all-in-one platform for product analytics, feature flags, session replays, experiments, and surveys that's built for developers.
Pushover
Pushover is a notification service that sends real-time alerts to mobile and desktop devices, integrating with apps, scripts, and services.