cURL
curl --request POST \ --url https://api.example.com/api/v1/campaigns/{campaign_id}/calls \ --header 'Content-Type: application/json' \ --data ' { "target_ids": [ "<string>" ], "count": 123 } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
The ID of the campaign.
The IDs of the campaign targets to call. If not provided, count must be set.
Number of random pending targets to launch. If not provided, target_ids must be set.
Successful Response