Skip to main content

Create a Number Group

To create a new Number Group, you send a POST request to the Number Group resource.

Permissions

The API token must include the following scopes: Numbers.

Request Body REQUIRED
name string REQUIRED

The name given to the number group. Helps to distinguish different groups within your project.

sticky_sender boolean

Whether the number group uses the same 'From' number for outbound requests to a number, or chooses a random one. Defaults to false.

Responses
201

CREATED

Schema OPTIONAL
id uuid

The unique identifier of the Number Group on SignalWire. This can be used to update or delete the group programmatically.

phone_number_count number OPTIONAL

The number of phone numbers within the group.