> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Manual Trigger

> Start a workflow manually with custom input

# Manual Trigger

Start a workflow manually with custom input

## Properties

| Property   | Value          |
| ---------- | -------------- |
| **Type**   | manual-trigger |
| **Family** | Triggers       |
| **Group**  | General        |

## Parameters

| Name    | Label   | Type | Description                             | Required |
| ------- | ------- | ---- | --------------------------------------- | -------- |
| payload | Payload | JSON | Custom input payload for the manual run | No       |

## Outputs

| Name        | Label       | Type   | Description                       |
| ----------- | ----------- | ------ | --------------------------------- |
| payload     | payload     | object | Manual trigger payload            |
| triggeredAt | triggeredAt | string | When the trigger fired (ISO 8601) |
