Atlas
  1. Campaigns
Atlas
  • Voice AI
    • Welcome to Atlas!
    • Account Setup
    • Create your first campaign
    • Knowledge
    • Edit Script
    • Advanced Script Options
    • Phone number integration
    • Twilio Integration
    • Call Forwarding
    • Calendar Integration
    • SMS Integration
    • Campaign Details
    • Add Contacts
    • Call Records
    • Account
    • Call Scheduling
    • Testing your outbound campaign
    • Clone Campaign
    • General Walkthrought
    • Calls Enrichment
      • Enriching Calls with External CRM and Data Sources
      • Go High Level - Call Enrichment
      • Pipedrive - Call Enrichment
      • Shopify - Call Enrichment
      • Monday - Call Enrichment
      • Hubspot - Call Enrichment
    • Atlas Actions
      • Atlas Actions triggering
      • HubSpot - Meetings Scheduler Integration
      • GoHighLevel - Calendar Integration
    • Campaigns
      • Create Campaign
      • Campaigns
    • Integrations
      • Zapier
      • Make
      • Keragon
      • Go High Level
        • Download Atlas App in GHL App Marketplace
        • Import the Atlas Snapshot
        • Triggers and Actions
        • Workflows
          • Workflow 01 - Lead form Submitted Website
          • Workflow 02 - CALL Lead from Website form
          • Workflow 03 - CALL Lead from Meta
          • Workflow 04 - Summary and Recording to Conversations
    • Phone Systems Integrations
      • Dialpad Integration
  • TV Ads
    • Atlas Pixel Tracker
  • API Reference
    • API Keys
    • Campaigns
      • Get all campaigns
        GET
      • Get campaign by ID
        GET
      • Delete campaign
        DELETE
      • Update campaign
        PUT
      • Set campaign status
        PUT
    • Statistics
      • Get all campaigns overview statistics
      • Get call records
      • Get campaign statistics
      • Get call record details
      • Delete call record
    • Calls
      • Get scheduled calls
      • Create scheduled call
    • Bookings
      • Get bookings for campaign
      • Get bookings for call
    • Knowledge Base
      • Get all knowledge base files
      • Delete knowledge file
      • Get knowledge files for campaign
      • Attach file to campaign
      • Detach file from campaign
      • Add file to collection
      • Remove file from collection
      • Get file linked campaigns
      • Upload knowledge file
      • Upload knowledge from URL
  • Schemas
    • CampaignBodyV2
    • CampaignRow
    • Voice
    • AgentRow
    • Statistics
    • CreateAgentRequest
    • UpdateAgentRequest
    • TotalStatistics
    • CallStatistics
    • SavedAgent
    • CallRecordBasic
    • Template
    • CallHistoryResponse
    • Error
    • CallHistoryEntry
    • CallMessageRole
    • CostBreakdownAnalysis
    • CostBreakdown
    • Analysis
    • Artifact
    • Cost
    • Monitor
    • CallRecordDetailed
    • Booking
    • BookingsResponse
    • ScheduledMessage
    • ScheduledCallsResponse
    • BlobFile
    • BlobFileResponse
    • KnowledgeBaseEntry
    • KnowledgeBaseResponse
  1. Campaigns

Update campaign

PUT
/campaign/{id}
Updates an existing campaign

Request

Authorization
API Key
Add parameter in header
api-key
Example:
api-key: ********************
or
Path Params

Body Params application/jsonRequired

Examples

Responses

🟢200
application/json
Campaign updated successfully
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.youratlas.com/v1/api/campaign/' \
--header 'api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
    "Mode": true,
    "BusinessName": "string",
    "CallType": "string",
    "CompanyName": "string",
    "FirstMessage": "string",
    "IsActive": true,
    "PartitionKey": "string",
    "PhoneNumberId": "string",
    "Position": "string",
    "RowKey": "string",
    "ScriptBase": "string",
    "ScriptNotes": "string",
    "StartDate": "2019-08-24T14:15:22.123Z",
    "TimeWindows": "string",
    "SuccessRequest": 0,
    "TemplateId": "string",
    "Timestamp": "2019-08-24T14:15:22.123Z",
    "TotalRequest": 0,
    "TotalTransfers": 0,
    "campaignType": "string",
    "name": "string",
    "odata.etag": "string",
    "DailyCallLimit": 0,
    "KnowledgeBaseId": "string",
    "KnowledgeBaseProvider": "string",
    "TrieveDataSetId": "string",
    "FeatureAppendPreviousSummaryEnabled": true,
    "PhoneNumberProvider": "string",
    "FeatureRescheduleCallEnabled": true,
    "EnrichmentInfoSettings": "string",
    "EnrichmentInfoProvider": "string",
    "FeatureEnrichmentInfoEnabled": true,
    "EndCallMessage": "string",
    "VoicemailMessage": "string",
    "AnalysisPlanSummaryPrompt": "string",
    "FeatureEndCallWhenVoicemail": true,
    "FeatureRedialOnNoResponse": true,
    "RedialSettings": "string",
    "FeatureDoubleCall": true,
    "Timezone": "string",
    "TimezoneFriendlyName": "string",
    "Status": "archived",
    "Collection": "string",
    "IdleMessages": "string",
    "ToolIds": "string",
    "SMSTrigger": "string",
    "SMSBody": "string"
}
Modified at 2026-01-15 00:48:35
Previous
Delete campaign
Next
Set campaign status
Built with