Links

Get Livechat Trigger

Get a Livechat Trigger by id.
Get the details about a specific trigger.
HTTP Method
URL
Requires Auth
GET
/api/v1/livechat/triggers/:_id
yes
Permission required: view-livechat-manager

Path Variables

Key
Example Value
Description
_id*
Lk52shJFYyb55trw8
The trigger ID.

Example Call

curl -H "X-Auth-Token: 9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq" \
-H "X-User-Id: aobEdbYhXfu5hkeqG" \
http://localhost:3000/api/v1/livechat/triggers/Lk52shJFYyb55trw8

Example Response

{
"trigger": {
"_id": "Lk52shJFYyb55trw8",
"name": "test",
"description": "test",
"enabled": true,
"runOnce": true,
"conditions": [
{
"name": "page-url",
"value": ""
}
],
"actions": [
{
"name": "send-message",
"params": {
"sender": "",
"msg": ""
}
}
],
"_updatedAt": "2019-10-04T15:36:29.695Z"
},
"success": true
}

Change Log

Version
Description
2.2.0
Added
Last modified 17h ago
Deprecation for cloud services and apps is now extended to November 20, 2023. Rocket.Chat versions receive support for six months after release.