Skip to content

Get Campaign State

connectcampaignservice_get_campaign_state R Documentation

Get state of a campaign for the specified Amazon Connect account

Description

Get state of a campaign for the specified Amazon Connect account.

Usage

connectcampaignservice_get_campaign_state(id)

Arguments

id

[required]

Value

A list with the following syntax:

list(
  state = "Initialized"|"Running"|"Paused"|"Stopped"|"Failed"
)

Request syntax

svc$get_campaign_state(
  id = "string"
)