host.trigger.replay
Re-run a past event- or message-triggered run's exact stored event/envelope (no re-verification -- the original delivery already passed it). The new run's trigger_ref names the original run id. For a webhook trigger, pass id (the trigger) and row_id (an inbox_ row id, e.g. from POST /hook/...'s own response or host.state.query) instead of run_id -- a paused delivery has no run to replay from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | kind="webhook" only: the trigger id (paired with row_id). | |
| row_id | No | kind="webhook" only: the inbox_<name> row id to replay (paired with id). | |
| run_id | No | The event- or message-triggered run id to replay. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |