Topic by Haakon Løtveit
Content
I am talking to RightNow using REST. I have an incident, and I need to add a new message to the incident.
While I have searched for answers I have not found anything.
I have tried to post to {rightnow-base-url}/services/rest/connect/v1.3/incidents/{incident-id}/threads, put to the same, and a put {rightnow-base-url}/services/rest/connect/v1.3/incidents/{incident-id} but it didn't work.
Does anyone have any tips? Or even better a link to some docs that describe it?