Documentation Index
Fetch the complete documentation index at: https://docs.tracecat.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
You can start a workflow from a case comment or reply by selecting it in the comment composer.
Trigger payload
Comment trigger data is available under${{ TRIGGER }}.
Fields:
${{ TRIGGER.case_id }}: case ID.${{ TRIGGER.comment_id }}: comment ID.${{ TRIGGER.parent_id }}: parent comment ID.${{ TRIGGER.text }}: comment text.${{ TRIGGER.triggered_by }}: actor details.${{ TRIGGER.event }}: event details.${{ TRIGGER.tags }}: case tags.