Jump to content

Norley

Newbies
  • Posts

    1
  • Joined

  • Last visited

Everything posted by Norley

  1. 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 :
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.