Short answer: You can trigger knock workflow in Knock by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Knock Trigger Knock Workflow 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 |
|---|---|---|---|
Workflow Key workflow | string | Required | Workflow Key. e.g. "new-comment" |
Recipient ID recipientId | string | Required | Recipient ID |
Actor ID actorId | string | Optional | Who triggered this notification |
Data data | json | Optional | Data. (JSON object). e.g. "{"comment_text":"Great post!"}" |
{"workflow": "new-comment","recipientId": "{{trigger.recipientId}}","actorId": "{{trigger.actorId}}","data": "{\"comment_text\":\"Great post!\"}"}
{"workflow_run_id": "wfr_123"}
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.