host.trigger.resume
Re-enable a paused trigger; if its scheduled time already passed, the next tick fires it once (a missed firing is never replayed).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The trigger id. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |