Event Trigger (Zenitel Connect Pro): Difference between revisions
From Zenitel Wiki
(Created page with "{{C}} The '''Event Trigger''' feature can be used for integration with 3rd party system, or to trigger one or more actions in the Zenitel Connect Pro using Node-Red. When dialing the directory number for the event trigger, the call will terminate immediately. A ZENITEL LINK WAMP event is generated. The WAMP event has the following format: {{code|com.zenitel.system.event_trigger : {"to_dirno": "7900", "from_dirno": "102"} }} See Zenitel_...") |
No edit summary |
||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{C}} | {{C}} | ||
The '''Event Trigger''' feature can be used for integration with 3rd party system, or to trigger one or more actions in the Zenitel Connect Pro using [[Node-Red | The '''Event Trigger''' feature can be used for integration with 3rd party system, or to trigger one or more actions in the Zenitel Connect Pro using [[Event Trigger (Node-Red)|Node-Red]]. | ||
When dialing the directory number for the event trigger, the call will terminate immediately. A ZENITEL LINK WAMP event is generated. The WAMP event has the following format: | When dialing the directory number for the event trigger, the call will terminate immediately. A ZENITEL LINK WAMP event is generated. The WAMP event has the following format: | ||
| Line 7: | Line 7: | ||
See [[Zenitel_Link_(Zenitel_Connect_Pro)#OpenAPI|OpenAPI (Swagger) documentation]] for more details. | See [[Zenitel_Link_(Zenitel_Connect_Pro)#OpenAPI|OpenAPI (Swagger) documentation]] for more details. | ||
== Activate Event Trigger by Directory Number == | == Activate Event Trigger by Directory Number == | ||
| Line 14: | Line 14: | ||
If there is a need to modify this number, navigate to '''Features''' > '''Directory Services''', and identify the "Service Type" = Event Trigger. | If there is a need to modify this number, navigate to '''Features''' > '''Directory Services''', and identify the "Service Type" = Event Trigger. | ||
New Event Trigger numbers can be added (max. 50) by pressing the [[File: | New Event Trigger numbers can be added (max. 50) by pressing the [[File:ZC_PlusIcon.PNG|30px]] icon. Recommended numbers are from 8950 to 8599. | ||
<table style="max-width:80%; border-style: double; border-color: #c7c7c7;"> | <table style="max-width:80%; border-style: double; border-color: #c7c7c7;"> | ||
| Line 29: | Line 29: | ||
* '''{E}''' is the '''Event Trigger''' directory number | * '''{E}''' is the '''Event Trigger''' directory number | ||
== Related articles == | |||
* [[Event Trigger (Node-Red)]] | |||
<br> | <br> | ||
Latest revision as of 15:05, 13 November 2025
The Event Trigger feature can be used for integration with 3rd party system, or to trigger one or more actions in the Zenitel Connect Pro using Node-Red.
When dialing the directory number for the event trigger, the call will terminate immediately. A ZENITEL LINK WAMP event is generated. The WAMP event has the following format:
com.zenitel.system.event_trigger : {"to_dirno": "7900", "from_dirno": "102"}
|
See OpenAPI (Swagger) documentation for more details.
Activate Event Trigger by Directory Number
The default Directory Number for the Event Trigger feature is 8950.
If there is a need to modify this number, navigate to Features > Directory Services, and identify the "Service Type" = Event Trigger.
New Event Trigger numbers can be added (max. 50) by pressing the icon. Recommended numbers are from 8950 to 8599.
| Two Event Trigger numbers defined |
Activate Event Trigger by Service Code
As an alternative the event trigger can be activated by a Service Code: *388*{E}#
- {E} is the Event Trigger directory number
Related articles
