View source: R/connectparticipant_operations.R
connectparticipant_start_attachment_upload | R Documentation |
Provides a pre-signed Amazon S3 URL in response for uploading the file directly to S3.
See https://www.paws-r-sdk.com/docs/connectparticipant_start_attachment_upload/ for full documentation.
connectparticipant_start_attachment_upload(
ContentType,
AttachmentSizeInBytes,
AttachmentName,
ClientToken,
ConnectionToken
)
ContentType |
[required] Describes the MIME file type of the attachment. For a list of supported file types, see Feature specifications in the Amazon Connect Administrator Guide. |
AttachmentSizeInBytes |
[required] The size of the attachment in bytes. |
AttachmentName |
[required] A case-sensitive name of the attachment being uploaded. |
ClientToken |
[required] 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. |
ConnectionToken |
[required] The authentication token associated with the participant's connection. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.