Loading...
Started by Jeff • Jun 17, 2025 1:32 PM
Total Replies
5
Participants
2
Activity
Quiet
Duration
1:32 PM
Thread starter
label, value object but the label has the same value as the value property is this really the expected result? I was hoping that the label would be the filename used in the attachment. Is there a way that I can get the list of attachment with the filename used? query GetEngagementsByTicketId($ticketId: String!) {
CRM {
ticket(uniqueIdentifier: "id", uniqueIdentifierValue: $ticketId) {
associations {
engagement_collection__ticket_to_engagement {
items {
hsAttachmentIds: hs_attachment_ids
hsTimestamp: hs_timestamp
subject: hs_email_subject
}
}
}
}
}
}5 messages in thread