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] Identifier representing a Campaign

connectContactFlowId

The identifier of the contact flow for the outbound call.

connectSourcePhoneNumber

The phone number associated with the Amazon Connect instance, in E.164 format. If you do not specify a source phone number, you must specify a queue.

answerMachineDetectionConfig

Answering Machine Detection config

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
  )
)