Attributes

campaign_idUnique identifier for a campaign.
campaign_aliasFriendly name for the campaign.
usecaseUse case of the campaign.
phone_numbersTuple 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"
}