From Bright Pattern Documentation
Jump to: navigation, search
(Created page with "<translate> = singleStepTransfer = Selects a configured service (e.g., voice, chat, etc.) by name. == Request == === Syntax === window.bpspat.api.singleStepTransfer(phone_nu...")
 
(Updated via BpDeleteTranslateTags script)
 
Line 1: Line 1:
<translate>
+
 
 
= singleStepTransfer =
 
= singleStepTransfer =
 
Selects a configured service (e.g., voice, chat, etc.) by name.
 
Selects a configured service (e.g., voice, chat, etc.) by name.
Line 22: Line 22:
  
 
In response to the request, the phone call is transferred to the specified phone number.
 
In response to the request, the phone call is transferred to the specified phone number.
 
 
 
 
 
 
</translate>
 

Latest revision as of 04:02, 29 May 2024

• 5.19 • 5.3 • 5.8


singleStepTransfer

Selects a configured service (e.g., voice, chat, etc.) by name.

Request

Syntax

window.bpspat.api.singleStepTransfer(phone_number)

Parameters

Parameter Type Description
phone_number function Phone number

Response

Empty.

In response to the request, the phone call is transferred to the specified phone number.

< Previous | Next >