Call Transfer Integration
Config
interface IntegrationConfigs { call_transfer: { // map from a logical name of a transfer target to the corresponding phone number targets: Record<string, string> // message that will be spoken to the transfer target before the calls get connected transfer_intro?: string }}Functions
transfer_call
Transfers a call to another phone number by creating a conference call, then leaving.