You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
Home > Working with Tickets > Configure SugarCRM Integration with HappyFox
Configure SugarCRM Integration with HappyFox
print icon
import requests
url = 'https://<subdomain>.happyfox.com/api/1.1/json/ticket/' + input['ticketid'] +'/staff_update/'
auth = (‘<api key>', ‘<authcode>')
payload = {'staff' : '1', 't-cf-<ticket field ID>' : ‘<value>'}
res = requests.post(url,auth=auth,data=payload)
output = [{'dummy': 'output'}]

 

Feedback
0 out of 3 found this helpful

scroll to top icon