Skip to content

/AWS1/CL_CNT=>BATCHPUTCONTACT()

About BatchPutContact

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.

Method Signature

IMPORTING

Required arguments:

IV_INSTANCEID TYPE /AWS1/CNTINSTANCEID /AWS1/CNTINSTANCEID

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

IT_CONTACTDATAREQUESTLIST TYPE /AWS1/CL_CNTCONTACTDATAREQUEST=>TT_CONTACTDATAREQUESTLIST TT_CONTACTDATAREQUESTLIST

List of individual contact requests.

Optional arguments:

IV_CLIENTTOKEN TYPE /AWS1/CNTCLIENTTOKEN /AWS1/CNTCLIENTTOKEN

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CNTBATCHPUTCONTACTRSP /AWS1/CL_CNTBATCHPUTCONTACTRSP