Add targets to a campaign
The ID of the campaign to add targets to.
The list of targets as TargetInputs
[
{
"fallback_phone_number": "+19876543210",
"input_data": {
"patient_age": 30,
"patient_gender": "Male",
"patient_name": "John Doe"
},
"phone_number": "+1234567890",
"pre_call_data": {
"patient_age": 30,
"patient_gender": "Male",
"patient_name": "John Doe"
}
}
]Whether to launch the targets immediately or only add them to the campaign
When set to True all targets with and external ID already contained in the campaign will be ignored
Successful Response