Skip to main content

PhoneWarmupPairRead

A pair of channels that exchange automated conversation to build sender reputation ("warm up" a number). One channel sends, the other receives.

idIdrequired

Unique numeric identifier of the record.

created_atdate-timerequired

Creation time (UTC, ISO 8601).

agent_idAgent Idrequired

ID of the agent (a configured AI assistant / bot persona) this record belongs to.

sender_channel_idSender Channel Idrequired

ID of the channel that sends warmup messages.

receiver_channel_idReceiver Channel Idrequired

ID of the channel that receives them.

is_activeIs Activerequired

Whether the warmup pair is active.

config objectrequired

Warmup behavior configuration (JSON).

property name*any

Warmup behavior configuration (JSON).

PhoneWarmupPairRead
{
"id": 0,
"created_at": "2024-07-29T15:51:28.071Z",
"agent_id": 0,
"sender_channel_id": 0,
"receiver_channel_id": 0,
"is_active": true,
"config": {}
}