Module Values_0.BatchPutContactRequestSource

Only the Amazon Connect outbound campaigns service principal is allowed to assume a role in your account and call this API. Allows you to create a batch of contacts in Amazon Connect. The outbound campaigns capability ingests dial requests via the PutDialRequestBatch API. It then uses BatchPutContact to create contacts corresponding to those dial requests. If agents are available, the dial requests are dialed out, which results in a voice call. The resulting voice call uses the same contactId that was created by BatchPutContact.

Sourcetype nonrec t = {
  1. clientToken : ClientToken.t option;
    (*

    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.

    *)
  2. instanceId : InstanceId.t;
    (*

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

    *)
  3. contactDataRequestList : ContactDataRequestList.t;
    (*

    List of individual contact requests.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> instanceId:InstanceId.t -> contactDataRequestList:ContactDataRequestList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Map of ([> `String of AttributeName.t ] * [> `String of AttributeValue.t ]) list | `String of RequestIdentifier.t | `Structure of (string * [> `Enum of string | `String of EndpointAddress.t | `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `List of [> `Enum of string ] list | `Structure of (string * [> `Integer of PostAcceptPreviewTimeoutDurationInSeconds.t ]) list ]) list ]) list ]) list ]) list ]) list ] list | `String of ClientToken.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t