Hi,
How do i create a ticket with attachments where file name is in the form of URL (salesforce file). For example:
curl -v -u test@company.com:test -H 'Content-type: multipart/form-data' -F "attachments[]=https://companyname.my.salesforce.com/sfc/p/0t0000000wk5/a/0t0000000Cp7/K0CKHoc_6OTY.GLNrdGLMg_XCBcUr8HhRKvxBEAHF.Y" -F "email=example@example.com" -F "subject=Ticket Title" -F "description=this is a sample ticket" -X POST 'https://demo.freshdesk.com/api/v2/tickets'
Thanks,
