connectcampaignservicev2_create_campaign {paws.customer.engagement}R Documentation

Creates a campaign for the specified Amazon Connect account

Description

Creates a campaign for the specified Amazon Connect account. This API is idempotent.

See https://www.paws-r-sdk.com/docs/connectcampaignservicev2_create_campaign/ for full documentation.

Usage

connectcampaignservicev2_create_campaign(
  name,
  connectInstanceId,
  channelSubtypeConfig,
  source = NULL,
  connectCampaignFlowArn = NULL,
  schedule = NULL,
  communicationTimeConfig = NULL,
  communicationLimitsOverride = NULL,
  tags = NULL
)

Arguments

name

[required]

connectInstanceId

[required]

channelSubtypeConfig

[required]

source
connectCampaignFlowArn
schedule
communicationTimeConfig
communicationLimitsOverride
tags

[Package paws.customer.engagement version 0.9.0 Index]