From Bright Pattern Documentation
Line 4: | Line 4: | ||
For more information, see the Bright Pattern Contact Center ''Agent Guide'', section [[agent-guide/HowtoMakeanInternalCall|How to Make an Internal Call]] and section [[agent-guide/HowtoMakeanOutboundCall|How to Make an Outbound Call]]. | For more information, see the Bright Pattern Contact Center ''Agent Guide'', section [[agent-guide/HowtoMakeanInternalCall|How to Make an Internal Call]] and section [[agent-guide/HowtoMakeanOutboundCall|How to Make an Outbound Call]]. | ||
− | == Syntax == | + | == Request == |
− | + | === Syntax === | |
+ | dialNumber(number); | ||
== Parameters == | == Parameters == | ||
− | '' | + | {|border="1" style="border-collapse:collapse" cellpadding="5" |
+ | | '''Parameter''' | ||
+ | | '''Type''' | ||
+ | | '''Optional/Required''' | ||
+ | | '''Description''' | ||
+ | | '''Example''' | ||
+ | |- | ||
+ | | number | ||
+ | | String | ||
+ | | Required | ||
+ | | The number to be dialed | ||
+ | | "11234567" | ||
+ | |} | ||
− | |||
</translate> | </translate> |
Revision as of 22:07, 9 September 2019
<translate>= Dial Number= This function makes a call to the specified number.
For more information, see the Bright Pattern Contact Center Agent Guide, section How to Make an Internal Call and section How to Make an Outbound Call.
Request
Syntax
dialNumber(number);
Parameters
Parameter | Type | Optional/Required | Description | Example |
number | String | Required | The number to be dialed | "11234567" |
</translate>