hey everyone i have question is there a way to syn...
# general
d
hey everyone i have question is there a way to sync PDF/PNG/JPG attachment from Zendesk to Netsuite using Celigo
m
@Driss Talainte Are you able to get the attachments out of Zendesk? If so, then there are numerous articles in our Help Center — search for “file cabinet”
🙌 1
I believe you will first upload the files to the file cabinet and then attach them to the appropriate NetSuite record.
🙌 1
I’ll ask @Tyler Lamparter to chime in if he has a better example to share.
🙌 1
t
@Driss Talainte, you would need to: 1. ping the zendesk ticket attachment url to get attachments for a ticket https://developer.zendesk.com/api-reference/ticketing/tickets/ticket-attachments/ 2. once you have the url of the attachment, you can then make a HTTP connection to GET the blob. Basically make a GET call to the attachment link 3. once you have the blob, you have to upload to netsuite file cabinet 4. Once you upload to file cabinet, you have to make another step to attach the created file to the record you want
🙌 1
d
@matt.graney @Tyler Lamparter Thank you so much for your help🫡
@Tyler Lamparter may i ask how is there doc that shows how to get blob
m
You may have to do some of the work yourself, Driss 😉
🙌 1
d
@matt.graney haha thanks matt yes of course
👍 1