Sign in

Duplicate power campaign

documented

Duplicate an existing power campaign

POST /v1/power_campaign/duplicate/Call Center Campaignsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.callhub.io/v1/power_campaign/duplicate/" \
  -X POST \
  -H "Authorization: Token {{CALLHUB_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"campaign_id": {{$campaign_id}}, "name": "{{$name}}", "contact_list_id": {{$contact_list_id}}}'
Duplicate power campaign · CallHub · OpenIntegrations