connectparticipant_get_attachment: Provides a pre-signed URL for download of a completed...

View source: R/connectparticipant_operations.R

connectparticipant_get_attachmentR Documentation

Provides a pre-signed URL for download of a completed attachment

Description

Provides a pre-signed URL for download of a completed attachment. This is an asynchronous API for use with active contacts.

See https://www.paws-r-sdk.com/docs/connectparticipant_get_attachment/ for full documentation.

Usage

connectparticipant_get_attachment(
  AttachmentId,
  ConnectionToken,
  UrlExpiryInSeconds = NULL
)

Arguments

AttachmentId

[required] A unique identifier for the attachment.

ConnectionToken

[required] The authentication token associated with the participant's connection.

UrlExpiryInSeconds

The expiration time of the URL in ISO timestamp. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.


paws.customer.engagement documentation built on April 4, 2025, 3:34 a.m.