Newbies Norley Posted December 7, 2010 Newbies Posted December 7, 2010 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 :
Opotoc Posted December 13, 2010 Posted December 13, 2010 Hi there, have you tried GetUrlasText()? you could save the result then to disk as text. Alex
Guillermo Dewey Posted January 20, 2013 Posted January 20, 2013 Norley how was your trip to integrating with Zend with FM? where you doing it with the new api v2?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now