Using this trigger you can test your action, to do this simply right-click on the trigger and click the Test Trigger button
right-click
Test Trigger
The following variables will be populated when this trigger executes:
isTest
boolean
Is this action a test?
true
General variables are generated by all triggers and are available within all action executions.
__source
EventType
The event which triggered the action. This will not always exist and requires C# to access, read more
TwitchChatMessage
actionId
Guid
The unique ID of the action being executed
2cd1495a-e50c-45d2-8bb5-ffe9c3dff243
actionName
string
The name of the action being executed
My Action
actionQueuedAt
DateTime
The timestamp of when action was queued
12/21/2023 9:25:21 AM
eventSource
EventSource
The service of the event which triggered the action. This will not always exist and requires C# to access, read more
twitch
runningActionId
The unique ID of this running action instance within the queue
c83dd939-9f86-4435-b07c-b6e7e3eef134
triggerCategory
The category of the trigger which executed the action
Twitch/Chat
triggerId
The unique id of the trigger with executed the action
triggerName
The name of the trigger which executed the action
Chat Message
Toast Activation
Trigger for a Toast Activation
Timed Actions
Trigger for a Timed Action
Community
Ecosystem