Send a message to one or more connected IntuiFace experiences that embed the Web Triggers Interface Asset.
Developer info
API endpoint slug
intuiface.sendMessage
Filter code method
Intuiface.sendMessage.skip(string?: reason)
Runtime method
runAction("intuiface.sendMessage", {})
Action fields
Api key Text input > Other
Label
Credential key
Helper text
To get your key, go to the <a href="https://myintuiface.intuilab.com/credentialkeys?scope=IFTTT_Webtriggers" target="_blank">Credential keys page</a> then paste the generated key here.
Slug
api_key
Required
true
Can have default value
true
Filter code method
Intuiface.sendMessage.setApi Key(string: api_key)
Msg Text input > Other
Label
Message
Helper text
Value to send to all selected experiences. For details , go to the <a href="http://support.intuilab.com/kb/web-triggers/web-triggers-overview" target="_blank">Web Triggers Interface Asset page</a>.
Slug
msg
Required
true
Can have default value
true
Filter code method
Intuiface.sendMessage.setMsg(string: msg)
P1 Text input > Other
Label
Parameter 1
Helper text
Optional: An additional value that can be sent to all selected experiences.
Slug
p1
Required
false
Can have default value
true
Filter code method
Intuiface.sendMessage.setP1(string: p1)
P2 Text input > Other
Label
Parameter 2
Helper text
Optional: An additional value that can be sent to all selected experiences.
Slug
p2
Required
false
Can have default value
true
Filter code method
Intuiface.sendMessage.setP2(string: p2)
P3 Text input > Other
Label
Parameter 3
Helper text
Optional: An additional value that can be sent to all selected experiences.
Slug
p3
Required
false
Can have default value
true
Filter code method
Intuiface.sendMessage.setP3(string: p3)
Xpnames Text input > Other
Label
Experience name(s)
Helper text
Optional: Select experience(s) based on their name(s). For multiple experiences, use a comma separated list.
Optional: Select Player(s) based on their tag(s). For multiple tags, use a comma separated list. Players with one or more matching tags will be selected.