Note Update

Trigger

An internal note message has been updated.

Example

{
    "CommunityName": "yourCompany",
    "EventType": "note_update",
    "TicketId": 4465560,
    "Events": [
        {
            "EventTime": "2023-05-25T16:23:19.9632703+02:00",
            "NoteId": 182601,
            "Note": {
                "Attachments": [],
                "Author": {
                    "Id": "c0d17415-bfbe-4604-8db0-1f4cf2e202be",
                    "Name": "Moira Hill",
                    "Image": null,
                    "Email": "moira_hill@socialboards.com",
                    "Status": "team",
                    "IsBot": false
                },
                "CreationTime": "2019-12-16T10:17:54.4210669+01:00",
                "HtmlMessage": "<div>Maybe there is a misprint\nWhat do you think?</div>",
                "Id": 182601,
                "MentionedUsers": [],
                "Message": "Maybe there is a misprint\nWhat do you think?"
            }
        }
    ]
}

Last updated