Skip to main content

Returns

Returns a Phone Connection object for the given product and name.

Example

phone_connection = galtea.phone_connections.get_by_name(
    name="production-voice-agent-" + run_identifier,
    product_id=product_id,
)

Parameters

name
string
required
Name of the phone connection to retrieve.
product_id
string
required
ID of the product the connection belongs to.