Skip to content

Instantly share code, notes, and snippets.

@makuchaku
Created January 16, 2015 09:04
Show Gist options
  • Save makuchaku/cfff5c47773878cd9467 to your computer and use it in GitHub Desktop.
Save makuchaku/cfff5c47773878cd9467 to your computer and use it in GitHub Desktop.
require "freshdesk"
client = Freshdesk.new("http://domain.freshdesk.com/", "username", "password")
client.response_format = "json"
ticket = client.post_tickets({:email => "[email protected]", :description => "description", :subject => "subject", :status => 1, :priority => 1})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment