First Words

Trigger for first words

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 rawInput

Example: Hello!
inputEscaped#string

A indexed word from the rawInput escaped

Example: Hello!
inputUrlEncoded#string

A indexed word from the rawInput url encoded

Example: Hello!
messagestring

Text content of the chat message

Example: Hello!
messageIdstring

Trovo's message identifier

Example: 1.7014381661005743e+47
rawInputstring

The raw message sent to the chat

Example: Hello!
rawInputEscapedstring

The raw message sent to the chat escaped

Example: Hello!
rawInputUrlEncodedstring

The raw message sent to the chat url encoded

Example: Hello!