December 7, 201015 yr Newbies I am trying to implement a server side script that will interface Filemaker 11 with the Zendesk API. For instance to retrieve xml for a ticket I can achieve this with Curl and an applescript call: "tell application \"FileMaker Pro Advanced\"¶set field \"XML\" of table \"XMLdump\" to do shell script \"curl -u 'username:password' http://mycompany.zendesk.com/tickets/" & Globals::ZDCurrentTicketID & ".xml | vis\"¶end tell" My question is can I do this curl call with a Scriptmaster function so that it works on a server/windows and do I have to use curl or is there an alternative? I have done some digging but with no lcuk, any pointers much appreciated :
December 13, 201015 yr Hi there, have you tried GetUrlasText()? you could save the result then to disk as text. Alex
January 20, 201313 yr Norley how was your trip to integrating with Zend with FM? where you doing it with the new api v2?
Create an account or sign in to comment