S
S
Socialboards
Search
K
Comment on page

Ticket Status Change

Trigger

Status of the ticket is changed. It can happen for example when team member close the ticket. Status will be changed from pending to open.

Example

1
{
2
"CommunityName": "yourCompany",
3
"EventType": "ticket_status_change",
4
"TicketId": 4478963,
5
"Events": [
6
{
7
"InboxLink": "https://inbox.socialboards.com/yourCompany/tickets?ticketId=4478963",
8
"PreviousTicketStatus": "open",
9
"Ticket": {
10
"Author": {
11
"Id": "35692164-bfaa-4c49-a23c-ecfa618f7d20",
12
"Name": "Robert Baker",
13
"Image": null,
14
"Email": "[email protected]",
15
"Status": "client",
16
"IsBot": false
17
},
18
"Category": {
19
"Id": 15721,
20
"Name": "Other cases"
21
},
22
"CreationTime": "2019-12-17T08:03:48.318717+01:00",
23
"DetailedSource": "web_website",
24
"Id": 4478963,
25
"LastThreadElementCreationTime": "2019-12-17T08:10:03.8181291+01:00",
26
"LockedBy": null,
27
"Message": "I want to take my cat to a vet",
28
"OriginalLink": null,
29
"Properties": {
30
"IsAnonymized": false,
31
"IsMuted": false,
32
"HasAttachments": false,
33
"HasDraft": false,
34
"IsAssignedToBot": false,
35
"IsDeleted": false,
36
"IsExpired": false,
37
"IsHidden": false,
38
"IsLocked": false,
39
"IsSpam": false,
40
"IsSensitive": false
41
},
42
"ReplyCount": 1,
43
"Sentiment": "question",
44
"Source": "web",
45
"SourceName": null,
46
"Status": "pending",
47
"Title": "Cat is ill",
48
"HtmlMessage": "I want to take my cat to a vet"
49
},
50
"TicketId": 4478963
51
}
52
]
53
}