
Parameters
Optional JSON schema that validates the incoming payload. You can either use the
Simple editor and provide
the field names and types, or switch to the Advanced editor to provide a full JSON schema.Inputs
Incoming chat payload with attachments.
Outputs
Validated payload and parsed attachments.
| Field | Description |
|---|---|
payload | Validated chat payload that matches the JSON schema. |
files | Parsed attachment contents. Each entry is a string (txt, pdf), JSON object (json), or array of rows (csv). |

