generateLeadsFileAttachmentPreSignedUrl
Generate a pre-signed URL for uploading a leads attachment file.
Arguments
Input fields for creating a pre-signed URL for uploading a lead file attachment file to S3.
Returns
GenerateLeadsFileAttachmentsPreSignedUrlGenerate a pre-signed URL for uploading a leads attachment file.
Examples
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 GenerateLeadsFileAttachmentPreSignedUrl($input: GenerateLeadsFileAttachmentPreSignedUrlInput!) {
generateLeadsFileAttachmentPreSignedUrl(input: $input) {
leadsFileAttachmentPreSignedUrl {
...LeadsFileAttachmentPresignedPostTypeFragment
}
}
}
Variables
{
"input": GenerateLeadsFileAttachmentPreSignedUrlInput
}
Response
{
"data": {
"generateLeadsFileAttachmentPreSignedUrl": {
"leadsFileAttachmentPreSignedUrl": LeadsFileAttachmentPresignedPostType
}
}
}