Server SDKs
Build AI agents, control calls, send messages, and more
Imported Phone Numbers namespace for creating imported numbers.
Create an imported phone number.
1import { RestClient } from "@signalwire/sdk";23const client = new RestClient();4const result = await client.importedNumbers.create({ number: '+15551234567' });