connect_update_contact_schedule: Updates the scheduled time of a task contact that is already...

View source: R/connect_operations.R

connect_update_contact_scheduleR Documentation

Updates the scheduled time of a task contact that is already scheduled

Description

Updates the scheduled time of a task contact that is already scheduled.

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

Usage

connect_update_contact_schedule(InstanceId, ContactId, ScheduledTime)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

ContactId

[required] The identifier of the contact.

ScheduledTime

[required] The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.