Attachments
Overview
API Endpoints
1. Get Upload Ticket
mutation UploadTicket($input: UploadTicketInput!) {
uploadTicket(input: $input) {
... on File {
id
name
}
... on UploadTicket {
id
url
headers {
name
value
}
formData {
name
value
}
}
}
}Field
Type
Required
Description
Existing File Response
New Upload Ticket Response
2. Upload File Content
3. Create File Object
Field
Type
Required
Description
File Metadata
Using Files in Messages
File Object Properties
Last updated
Was this helpful?
