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.