Update Campaign
A campaign is created with `POST /api/v1/campaigns/create` and later adjusted with
PUT
/api/v1/campaigns/{campaign_id}PUT /api/v1/campaigns/{campaign_id}. This section documents the campaign
configuration fields, grouped into the 12 areas below.
Creating or modifying campaigns requires campaign-editing permission on your
account; otherwise the API responds 403 Forbidden.
Sections in this guide
- Read →
Campaign Name
- Read →
Campaign Type
- Read →
Telephony
- Read →
STT
- Read →
TTS
- Read →
Knowledge Base
- Read →
Sales Cycle & Timezone
- Read →
Languages
- Read →
Background Noise
- Read →
Extraction Tier
- Read →
Extraction Variables
- Read →
Webhook Configuration
The webhook URL is where Vaanii sends post-call events whenever a call on the campaign completes. Set it at campaign creation, or update it any time with `PATCH /api/v1/campaigns/{campaign_id}/webhook`.