POST https://api.nice.incontact.com/ic3/API/Outbound/PersonalConnection/Call
{
“From”: “+15550100”,
“To”: “+15550200”,
“CampaignId”: “pc_test_01”
}
Getting a 400 bad request every time the studio snippet fires this. The bearer token pulls agent status without issues, so it’s gotta be the JSON structure. Official docs just keep circling back to full campaign launches instead of single outbound calls.