Short answer: You can create slite note in Slite by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Slite Create Slite Note action to a workflow, map its 3 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 |
|---|---|---|---|
Channel ID channelId | string | Required | – |
Title title | string | Required | – |
Markdown Body markdown | string | Required | – |
{"channelId": "{{trigger.channelId}}","title": "{{trigger.title}}","markdown": "{{trigger.markdown}}"}
{"id": "note_abc","url": "https://slite.com/.../note_abc","title": "Spec"}
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.