zendesk / zendesk_api_client_php

Official Zendesk API v2 client library for PHP
336 stars 259 forks source link

How to add attachments when file is not on server #352

Closed bruno-farias closed 6 years ago

bruno-farias commented 7 years ago

I need a way to attach files when creating a ticket, those files are on AWS S3, there is any way of doing these?

donjose24 commented 7 years ago

The api does not support fetching remote attachments.

Can you download the file on your local server and use the api to attach it? https://developer.zendesk.com/rest_api/docs/core/attachments#upload-files