Connect / Client / disassociate_queue_email_addresses

disassociate_queue_email_addresses

Connect.Client.disassociate_queue_email_addresses(**kwargs)

Removes the association between a set of email addresses and a queue. After disassociation, agents will no longer be able to select these email addresses as “From” addresses when replying to inbound email contacts or initiating outbound email contacts in this queue.

Important things to know

  • Agents will no longer see these email addresses in their “From” address selection options for this queue.

  • The email addresses themselves are not deleted from the instance, only their availability for agent selection in this queue is removed.

  • Changes take effect immediately and will affect the agent experience in the Contact Control Panel (CCP).

See also: AWS API Documentation

Request Syntax

response = client.disassociate_queue_email_addresses(
    InstanceId='string',
    QueueId='string',
    EmailAddressesId=[
        'string',
    ],
    ClientToken='string'
)
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.

  • QueueId (string) –

    [REQUIRED]

    The identifier for the queue.

  • EmailAddressesId (list) –

    [REQUIRED]

    List of email address identifiers to disassociate from the queue. These are the unique identifiers of email addresses that should no longer be routed to this queue.

    • (string) –

  • ClientToken (string) –

    A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

    This field is autopopulated if not provided.

Returns:

None

Exceptions