Skip to main content
Base Node Node inspector for a RELAI Chat Trigger node

Parameters

Payload Structure JSON
json
special-field:json-schema-input
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

Input
json
Incoming chat payload with attachments.

Outputs

Output
json
Validated payload and parsed attachments.
FieldDescription
payloadValidated chat payload that matches the JSON schema.
filesParsed attachment contents. Each entry is a string (txt, pdf), JSON object (json), or array of rows (csv).