Skip to content

Update Campaign Outbound Call Config

connectcampaignservice_update_campaign_outbound_call_config R Documentation

Updates the outbound call config of a campaign

Description

Updates the outbound call config of a campaign. This API is idempotent.

Usage

connectcampaignservice_update_campaign_outbound_call_config(id,
  connectContactFlowId, connectSourcePhoneNumber,
  answerMachineDetectionConfig)

Arguments

id

[required]

connectContactFlowId
connectSourcePhoneNumber
answerMachineDetectionConfig

Value

An empty list.

Request syntax

svc$update_campaign_outbound_call_config(
  id = "string",
  connectContactFlowId = "string",
  connectSourcePhoneNumber = "string",
  answerMachineDetectionConfig = list(
    enableAnswerMachineDetection = TRUE|FALSE,
    awaitAnswerMachinePrompt = TRUE|FALSE
  )
)