Skip to content

Resume Contact

connect_resume_contact R Documentation

Allows resuming a task contact in a paused state

Description

Allows resuming a task contact in a paused state.

Usage

connect_resume_contact(ContactId, InstanceId, ContactFlowId)

Arguments

ContactId

[required] The identifier of the contact.

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

ContactFlowId

The identifier of the flow.

Value

An empty list.

Request syntax

svc$resume_contact(
  ContactId = "string",
  InstanceId = "string",
  ContactFlowId = "string"
)