Outbound Campaign Update

Use this API to update an outbound campaign within your CloudAgent account.

In the BODY PARAMS provide the parameters that apply to update the campaign.

📘

For domestic ccaas - enter the domain: api.cloudagent.ozonetel.com

For International ccaas - enter the domain: ccaas.ozonetel.com

❗️

Note:

Please consider the following points while using the campaign handling APIs.

  1. You cannot use Null or empty values for non-mandatory parameters. If those parameters are not required, do not add them to the BODY PARAMS.
  2. "position" parameter is not applicable in the Payload.
  3. When Fallback is not given in the payload, campaign will be created with Fallback as None.
  4. We cannot update campaigns in Running Position.
  5. File to Upload is mandatory for ccaas customers, but we will be able to create campaigns with API without Data File.
  6. Mapping File Creation is not handled.
  7. As of now, Advanced Retry Page is not Handled with the APIs.
  8. You cannot update Campaign Name, as update is done based on Campaign Name as Primary value.
  9. Actions like Start, Stop, Reset, Force Stop and Delete data are not handled.
Parameter (newKey)Description (New value)
username*Provide the CloudAgnet account name
campaignName*Name for the campaign to be updated
apiKey*Provide the API key of your account. Available in CloudAgent after admin login
action*To update a campaign - "update"
campaignType*"Preview" / "Progressive" / "IVR" / "Predictive"
dialMethod*Specify if it's "Nonagentwise" / "Agentwise" / "Skillwise"
did*Provide a DID for the campaign
fallbackDIDAdd the fallback DID
dynamicDIDAdd the dynamic DID number
fallbackDynamicDIDAdd the fallback dynamic DID number
runtimeStart*Give the start run time in the format HH:MM:SS. Example: 20:00:00
runtimeEnd*Give the end run time in the format HH:MM:SS. Example: 23:00:00
mappingName*Provide the Map file name
pacingRatio*Add the pacing ratio value. Example: 1:2
maxDropRatio*Enter the Max Drop Ratio (%) value in digits. Example: 30
maxConcurrentCalls*The maximum number of active calls allowed for the campaign. Add the value in numericals
appURLUse this parameter to customize the IVR flow through some other application. Enter the App URL if this parameter is used.
noOfTries*Enter the number of tries value in digits. Example: 10
priority*Give priority to the campaign.
dialIntervalGive the dial interval time in seconds. Example: 5
playDisclaimerURLProvide the audio URL as the parameter value in either .mp3 or .wav format. Note that this parameter is optional.
customerRingingTime*Give the customer ringing time in seconds. Example: 30
usersAdd the list of users with comma-separated values. Example: user1,user2
urlToPushAdd the callback URL
hitScreenpopURLAtSpecify if it is at the "Client Side" / "Server Side" / "Client&Server" / "Client Side OnBusy" / "Plugin" / "Server Side OnBusy"
screenPopUrlGive the screen pop URL
pluginNameprovide the plugin name
callPrefixAdd the call prefix as required. Example: "+"
dispositions*Provide the list of dispositions with comma-separated values.
dispositionType*Specify the disposition type, whether through the API or toolbar or if no disposition is needed. "API" / "Toolbar" / "None"
wrapUpTime*Give the wrap-up time in seconds. Example: 30
blockNumber"Block" / "Allow" / "None"
blockNumberGroupsProvide the block number group name
dailyObdLimitPerNumberSpecify the numerical value to set the maximum daily outbound dialing attempts for a number within the campaign.
record*"Record the call in Full" / "Record only the conversation" / "Do not record calls"
holdMusicAudio_New
transferMusicMusic_new
ivrFlow*Name of the IVR flow to be associated with the campaign.
dndEnableSetting dndEnable to true activates the Do Not Disturb feature. When this checkbox is checked, the system will reference the Do Not Disturb log and prevent calls from being dialed.
offLineMode"false" - providing false as a parameter disables the setting
stdEnabled"false" - providing false as a parameter disables the setting
acwForUnAnsweredCall"false" - providing false as a parameter disables the setting
dialByHoldingAgent"true" - providing true as a parameter enables the setting.
In Progressive dialing, the system automatically dials customers one by one, placing the agent on hold until a customer answers.
allowedManual"false" - providing false as a parameter disables the setting
applyDNCRegulation"false" - providing false as a parameter disables the setting
agentToAgentCalling"false" - providing false as a parameter disables the setting. This is an agent-to-agent (internal calling) dialing feature. To know more about the Internal calling feature refer to, Agent to Agent Calling.
skills*Provide the list of skill names with comma-separated values.
scriptAdd the script for the campaign as you need.
amdDetection"false" - providing false as a parameter disables the setting
customerFirst"false" - providing false as a parameter disables the setting
amdDetectedPlay Voice Message
voiceMessageURLprovide the UR

Possible Responses

Success Response{"Message": "Campaign XXXXX Updated Successfully."}
Passing Invalid apiKey Key"{
""Message"": ""Invalid apiKey""
}"
Passing Invalid apiKey Value"{
""Message"": ""Authentication failed.""
}"
Missing apiKey key / Missing apiKey value"{
""Message"": ""Invalid apiKey""
}"
Passing Invalid userName Key / Missing userName key / Missing userName Value"{
""Message"": ""Invalid username""
}"
Passing Invalid userName Value"{
""Message"": ""Authentication failed.""
}"
Updating campaign when it is in Running state."{
""Message"": ""Please change the campaign status to Ready or Completed to update the campaign.""
}"
Providing Empty / Null Campaign Name"{
""Message"": ""Campaign Name is required""
}"
Providing Invalid Campaign Name"{
""Message"": ""Campaign not found.""
}"
Providing acceptable values to the Campaign Name parameter"{
""Message"": ""Campaign XXXX updated Successfully.""
}"
Not Providing Campaign Name Parameter"{
""Message"": ""Campaign Name is required""
}"
Providing valid Campaign Type"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing invalid Campaign Type / Providing Empty Campaign Type / Not Providing Campaign Type Parameter"{
""Message"": ""Invalid Campaign Type""
}"
Providing valid DID"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing Invalid DID"{
""Message"": ""Please enter the Valid DID assigned to the account.""
}"
Updating valid DID which is not related to updating campaign."{
""Message"": ""DID already Exists.""
}"
Providing acceptable values to DID parameter"{
""Message"": ""Campaign XXXXX Updated Successfully.""
}"
Providing Empty DID"{
""Message"": ""DID must be between 3 and 16 digits and allows the + prefix""
}"
Not Providing DID Parameter"{
""Message"": ""DID must be between 3 and 16 digits and allows the + prefix""
}"
Providing Invalid Fallback DID"{
""Message"": ""Please enter the Valid FallbackDID assigned to the account""
}"
Providing acceptable values to the Fallback DID parameter"{
""Message"": ""Campaign XXXXX Updated Successfully.""
}"
Providing Empty Fallback DID"{
""Message"": ""FallBack DID must be between 3 and 16 digits and allows the + prefix""
}"
Not Providing Fallback DID Parameter"{
""Message"": ""Please Enter the fallbackDID.""
}"
When ROLE_Fallback_DID is not assigned to the account and passing the fallBack DID value"{
""Message"": ""FallBack DID role is not assigned to this account. Please contact the admin.""
}"
Providing Valid Start Run Time"{
""Message"": ""Campaign XXXXX Updated Successfully.""
}"
Providing InValid Start Run Time / Providing Empty/ Null Start Run Time / Not Providing Start Run Time Parameter"{
""Message"": ""runtimeStart is Invalid""
}"
Providing Valid End Run Time"{
""Message"": ""Campaign APIProgCamp Updated Successfully.""
}"
Providing InValid End Run Time / Providing Empty/ Null End Run Time / Not Providing End Run Time Parameter"{
""Message"": ""runtimeEnd is Invalid""
}"
Providing Start Run Time Greater than End Run Time"{
""Message"": ""runtimeStart should not be greater than runtimeEnd.""
}"
Providing Invalid Dial Interval"{
""Message"": ""dialInterval should be between 0 to 9999""
}"
Providing Empty/ Null Dial Interval"{
""Message"": ""dialInterval should be between 0 to 9999""
}"
Not providing Dial Interval Parameter"{
""Message"": ""dialInterval should be between 0 to 9999""
}"
Providing Invalid Priority / Providing Empty Or Null Priority / Not Providing Priority Parameter"{
""Message"": ""priority should be between 1 to 999""
}"
Providing acceptable values to the Priority Parameter"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
When the 'Role_CAMP_Priority' is assigned to the account but passing priority value in parameters."{
""Message"": ""Call Priority role is not assigned to this account. Please contact the admin.""
}"
Providing InValid "URL To Push" / Providing Empty/ Null "URL To Push" / Not providing "URL To Push" Parameter"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing Invalid "Hit ScreenPop URl At" / Providing Empty/ Null "Hit ScreenPop URl At""{
""Message"": ""Invalid hitScreenPopUrlAT""
}"
Not providing "Hit ScreenPop URl At" Parameter"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing valid "Hit ScreenPop URl At" as Plugin and not passing Plugin Name"{
""Message"": ""Invalid pluginName""
}"
Providing valid "Hit ScreenPop URl At" as Plugin and passing Valid Plugin Name."{
""Message"": ""Campaign XXXXX Updated Successfully.""
}"
Providing valid "ScreenPop URL" / Providing invalid "ScreenPop URL" / Providing Empty/ Null "ScreenPop URL""{
""Message"": ""Campaign XXXXX Updated Successfully.""
}"
Providing Invalid Prefix"{
""Message"": ""Call Prefix should be between 1 to 6 digits long and allows prefix +""
}"
Providing acceptable values to the Prefix Parameter"{
""Message"": ""Campaign XXXXXX Updated Successfully.""
}"
Providing Empty/ Null Prefix"{
""Message"": ""Call Prefix should be between 1 to 6 digits long and allows prefix +""
}"
Not providing Prefix Parameter"{
""Message"": ""Campaign XXXXX Updated Successfully.""
}"
When no Role_Prefix is assigned to the account and passing prefix key and value."{
""Message"": ""Call Prefix role is not assigned to this account. Please contact the admin.""
}"
Providing Invalid No.Of.Tries / Providing Empty OR Null No.Of.Tries"{
""Message"": ""ruleNot should be between 1 and 10.""
}"
Not providing No.Of.Tries Parameter"{
""Message"": ""Campaign XXXXX Updated Successfully.""
}"
Providing Invalid Block Number / Providing Empty Block Number / Not Providing Block Number Parameter"{
""Message"": ""Invalid BlockNumber""
}"
Providing valid Block Number as "None" / "Toolbar" / "API""{
""Message"": ""Campaign XXXXX Updated Successfully.""
}"
Providing valid Block Number as "Block" and passing valid Blocknumber Group."{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing valid Block Number as "Block" and passing Invalid Blocknumber Group."{
""Message"": ""Please Pass valid Block Group""
}"
Providing valid Block Number as "Block" and not passing Blocknumber Group."{
""Message"": ""Please Pass valid Block Group""
}"
Providing valid Block Number as "Allow" and passing valid Blocknumber Group."{
""Message"": ""Campaign XXXXX Updated Successfully.""
}"
Providing valid Block Number as "Allow" and passing Invalid Blocknumber Group."{
""Message"": ""Please Pass valid Block Group""
}"
Providing valid Block Number as "Allow" and without passing Blocknumber Group."{
""Message"": ""Please Pass valid Block Group""
}"
Providing Invalid Record / Providing Empty Record / Not Providing Record Parameter"{
""Message"": ""Invalid recOn""
}"
Providing Empty / Null Customer Ringing Time"{
""Message"": ""customerRingTime should be between 1 and 90""
}"
Providing Invalid Customer Ringing Time"{
""Message"": ""customerRingTime should be between 1 and 90""
}"
Providing Min and Max values to the Customer Ringing Time parameter"{
""Message"": ""Campaign XXXXX Created Successfully.""
}"
Not Providing Customer Ringing Time Parameter"{
""Message"": ""customerRingTime should be between 1 and 90""
}"
Providing invalid Dispostion Type / Providing Empty Dispostion Type / Not Providing Dispostion Type Parameter"{
""Message"": ""Disposition Type Invalid""
}"
Providing valid Disposition"{
""Message"": ""Campaign XXXXX created Successfully.""
}"
Providing invalid Disposition / Providing Empty Disposition / Not Providing Disposition Parameter"{
""Message"": ""Please pass valid disposition""
}"
Providing Multi level Dispostions"{
""Message"": ""Campaign APIProgCamp Created Successfully.""
}"
Providing valid WrapUpTime"{
""Message"": ""Campaign XXXX Created Successfully.""
}"
Providing Invalid WrapUp Time"{
""Message"": ""wrapUpTime should be between 0 to 9999 seconds.""
}"
Providing acceptable values to WrapUp Time parameter"{
""Message"": ""Campaign XXXXX Created Successfully.""
}"
Providing Empty WrapUp Time / Not Providing WrapUp Time Parameter"{
""Message"": ""wrapUpTime should be between 0 to 9999 seconds.""
}"
Providing valid User Assigned"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing invalid User Assigned / Providing Empty User Assigned"{
""Message"": ""Invalid users.""
}"
Not Providing User Assigned Parameter"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing valid Music File - On Hold"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing Invalid Music File - On Hold"{
""Message"": ""holdMusic is invalid""
}"
Providing Empty/Null Music File - On Hold"{
""Message"": ""holdMusic is invalid""
}"
Not Providing Music File - On Hold"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing valid Music File - On Transfer"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing Invalid Music File - On Transfer"{
""Message"": ""transferMusic is invalid""
}"
Providing Empty/Null Music File - On Transfer"{
""Message"": ""transferMusic is invalid""
}"
Not Providing Music File - On Transfer"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Enabling AMD when "Dial Customer First " is enabled"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Enabling AMD when "Dial Customer First " is not enabled"{
""Message"": ""amdDetected to be false for when customerFirst is disabled.""
}"
Providing AMD when no ROLE_AMD is not assigned"{
""Message"": ""AMD Detection role is not assigned to this account. Please contact the admin.""
}"
Providing "voice Message URL*" and AMD Type as "Play Voice Message""{
""Message"": ""Campaign XXXXX Updated Successfully.""
}"
Providing AMD when no ROLE_AMD is not assigned and not passing parameters"{
""Message"": ""Campaign APIProgCamp Updated Successfully.""
}"
Providing invalid AMD Type"{
""Message"": ""AMD Type Invalid""
}"
Not Providing "voice Message URL*" and providingAMD Type as "Play Voice Message""{
""Message"": ""AMD Type Invalid""
}"
Providing "voice Message URL*" and providing AMD Type as other than "Play Voice Message""{
""Message"": ""Campaign XXXX Created Successfully.""
}"
Creating campaign when ROLE_DND_Check is not assigned"{
""Message"": ""DND Enable role is not assigned to this account. Please contact the admin.""
}"
DND Check=True when ROLE_DND_Check is not assigned"{
""Message"": ""DND Enable role is not assigned to this account. Please contact the admin.""
}"
DND Check=False when ROLE_DND_Check is not assigned"{
""Message"": ""DND Enable role is not assigned to this account. Please contact the admin.""
}"
Providing True to all the check Boxes"{
""Message"": ""Campaign XXXXX Updated Successfully.""
}"
Providing False to all the check Boxes "{
""Message"": ""Campaign XXXXX Updated Successfully.""
}"
Providing Dial Customer First=True,
ACW for UnAnswered Calls=False,
Dial By Holding Agent=False
"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing Dial Customer First=True,
ACW for UnAnswered Calls=True,
Dial By Holding Agent=True
"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing Dial By Holding Agent=True,
ACW for UnAnswered Calls=False,
Dial Customer First=False
"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing Dial By Holding Agent=True,
ACW for UnAnswered Calls=True,
Dial Customer First=True
"{
""Message"": ""ACW For UnAnswered Calls and Dial By Holding Agent should be false when Dial Customer First is true""
}"
Providing ACW for UnAnswered Calls=True,
Dial By Holding Agent=False
"{
""Message"": ""ACW For UnAnswered Calls and Dial By Holding Agent should be false when Dial Customer First is true""
}"
Providing ACW for UnAnswered Calls=True, Dial By Holding Agent=True"{
""Message"": ""ACW For UnAnswered Calls and Dial By Holding Agent should be false when Dial Customer First is true""
}"
Providing valid "Daily Outbound Limit Per Number""{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing Invalid "Daily Outbound Limit Per Number""{
""Message"": ""Daily Outbound Limit per Number between 1 and 99.""
}"
Providing acceptable values to "Daily Outbound Limit Per Number" parameter"{
""Message"": ""Campaign XXXXX Updated Successfully.""
}"
Providing Empty "Daily Outbound Limit Per Number""{
""Message"": ""Daily Outbound Limit per Number between 1 and 99.""
}"
Not Providing "Daily Outbound Limit Per Number" Parameter"{
""Message"": ""Campaign XXXXX Updated Successfully.""
}"
Providing valid "Daily Outbound Limit Per Number" when ROLE_Outbound_Restriction is not assigned"{
""Message"": ""OBD RESTRICTION role is not assigned to this account. Please contact the admin.""
}"
Providing "Daily Outbound Limit Per Number" when ROLE_Outbound_Restriction is not assigned"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing Invalid "Daily Outbound Limit Per Number" when Setting "Outbound Dialing rule On" as None."{
""Message"": ""Daily Outbound Limit per Number between 1 and 99.""
}"
Providing valid "Daily Outbound Limit Per Number" when Setting "Outbound Dialing rule On" as None."{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing "Apply DNC Regulation""{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Providing "Apply DNC Regulation" and Run Time"{
""Message"": ""Campaign XXXX Updated Successfully.""
}"
Updating DID while campaign is Running"{
""Message"": ""Please change the campaign status to Ready or Completed to update the campaign.""
}"
Updating Dial Method while campaign is Running"{
""Message"": ""Please change the campaign status to Ready or Completed to update the campaign.""
}"
Updating Run Time while campaign is Running"{
""Message"": ""Please change the campaign status to Ready or Completed to update the campaign.""
}"
Updating Map File for Existing Campaign"{
""Message"": ""Please change the campaign status to Ready or Completed to update the campaign.""
}"
Updating play disclaimer when the campaign is in Running State."{
""Message"": ""Please change the campaign status to Ready or Completed to update the campaign.""
}"
Language
URL
Click Try It! to start a request and see the response here!