generateLeadsFileAttachmentDownloadPreSignedUrl
Generate a pre-signed URL for downloading a leads attachment file.
Arguments
Input fields for creating a pre-signed URL for downloading a lead file attachment from S3.
Returns
GenerateLeadsFileAttachmentDownloadPreSignedUrlGenerate a pre-signed URL for downloading a leads attachment file.
Possible Errors
Allowed Viewers
Required Permissions
Can download leads attachment filesQuery Complexity
1Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation GenerateLeadsFileAttachmentDownloadPreSignedUrl($input: GenerateLeadsFileAttachmentDownloadPreSignedUrlInput!) {
generateLeadsFileAttachmentDownloadPreSignedUrl(input: $input) {
leadsFileAttachmentDownloadPreSignedUrl {
...LeadsFileAttachmentDownloadPresignedUrlTypeFragment
}
}
}
Variables
{
"input": GenerateLeadsFileAttachmentDownloadPreSignedUrlInput
}
Response
{
"data": {
"generateLeadsFileAttachmentDownloadPreSignedUrl": {
"leadsFileAttachmentDownloadPreSignedUrl": LeadsFileAttachmentDownloadPresignedUrlType
}
}
}