AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
Orion - Voice for TeamsOrion - Voice for Teams

Listen for a word or phrase

This trigger fires every time you or someone in your Orion group says a particular word or phrase.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires every time you or someone in your Orion group says a particular word or phrase.
API endpoint slug
orion.listen_for_hotwords

Trigger fields

Group Dropdown list

Label
Which group?
Helper text
Select the group to listen to. If you leave the group, the applet will become disabled.
Slug
group
Required
true
Can have default value
false

User Dropdown list

Label
Who says it?
Helper text
Select whether anyone in your group can activate the trigger, or just you.
Slug
user
Required
true
Can have default value
false

Hotwords Text input > Other

Label
What word or phrase?
Helper text
Enter the word or phrase to listen for.
Slug
hotwords
Required
true
Can have default value
true

Ingredients

Message textThe full message containing the requested trigger phrase.

Slug
message_text
Filter code
Orion.listenForHotwords.MessageText
Type
String
Example
Turn on the lights

Group nameName of group where phrase was spoken.

Slug
group_name
Filter code
Orion.listenForHotwords.GroupName
Type
String
Example
"Work Group"

Speaker nameName of person who said the phrase.

Slug
speaker_name
Filter code
Orion.listenForHotwords.SpeakerName
Type
String
Example
"Joe Smith"

Trigger phraseThe phrase that triggered the action.

Slug
trigger_phrase
Filter code
Orion.listenForHotwords.TriggerPhrase
Type
String
Example
on

Created atDate and time event was created.

Slug
created_at
Filter code
Orion.listenForHotwords.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00