Short answer: You can create productboard note in Productboard by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Productboard Create Productboard Note action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Title title | string | Required | Title |
Content content | string | Required | Content |
Customer Email customerEmail | Optional | Customer Email | |
Source source | string | Optional | Source. e.g. "zendesk, intercom, etc." |
{"title": "{{trigger.title}}","content": "{{trigger.content}}","customerEmail": "{{trigger.from}}","source": "zendesk, intercom, etc."}
{"data": {"id": "note123","title": "Feature request","created_at": "2026-04-11T10:00:00Z"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.