PhoneWarmupPairCreate
A pair of channels that exchange automated conversation to build sender reputation ("warm up" a number). One channel sends, the other receives.
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 Active
Whether the warmup pair is active.
Default value:
trueconfig object
Warmup behavior configuration (JSON).
property name*any
Warmup behavior configuration (JSON).
Default value:
{}PhoneWarmupPairCreate
{
"agent_id": 0,
"sender_channel_id": 0,
"receiver_channel_id": 0,
"is_active": true,
"config": {}
}