update_contact_schedule

Connect.Client.update_contact_schedule(**kwargs)

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

See also: AWS API Documentation

Request Syntax

response = client.update_contact_schedule(
    InstanceId='string',
    ContactId='string',
    ScheduledTime=datetime(2015, 1, 1)
)
Parameters
  • InstanceId (string) --

    [REQUIRED]

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

  • ContactId (string) --

    [REQUIRED]

    The identifier of the contact.

  • ScheduledTime (datetime) --

    [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.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • Connect.Client.exceptions.InvalidRequestException
  • Connect.Client.exceptions.InvalidParameterException
  • Connect.Client.exceptions.ResourceNotFoundException
  • Connect.Client.exceptions.ThrottlingException
  • Connect.Client.exceptions.LimitExceededException
  • Connect.Client.exceptions.InternalServiceException