Latest Legacy

The Number object

Attributes

campaign_id Unique identifier for a campaign.
campaign_alias Friendly name for the campaign.
usecase Use case of the campaign.
phone_numbers Tuple containing status of each number linked to the campaign.

Example Object

{
"campaign_alias": "ABC Campaign",
"campaign_id": "CUOGHIN",
"phone_numbers": [
{
"number": "12125557778",
"status": "PROCESSING"
}
],
"usecase": "STARTER"
}