Details
The trovo first words trigger runs when someone places their first chat message in 12 hours. To reset the first words or change the 12 hours go to Platforms > Trovo > Settings
Parameters
User Name
If you want to filter on a specific user you can fill in a username here. If you don't want to filter on a specific user leave this field empty.
Is UserId
If you want to filter instead on a user ID, check this box.
- Type:
Checkbox
Variables
The following variables will be populated when this trigger executes:
Description | ||
---|---|---|
input# | string | A indexed word from the Example: Hello! |
inputEscaped# | string | A indexed word from the Example: Hello! |
inputUrlEncoded# | string | A indexed word from the Example: Hello! |
message | string | Text content of the chat message Example: Hello! |
messageId | string | Trovo's message identifier Example: 1.7014381661005743e+47 |
rawInput | string | The raw message sent to the chat Example: Hello! |
rawInputEscaped | string | The raw message sent to the chat escaped Example: Hello! |
rawInputUrlEncoded | string | The raw message sent to the chat url encoded Example: Hello! |