Internal Note Changed
Every time an internal note is changed, your webhook receives a notification with information regarding that update.
Fields
Field | Value Type | Verification | Description |
---|---|---|---|
Header | MessageHeader | Mandatory | Complex object that contains important information about the request. |
InternalNote | String | Mandatory, Maximum length 3000 | A text field with the internal note. |
UpdatedBy | String | Optional, Max length 100 | A person who changed an internal note. |
ActionDate | DateTime | Mandatory | Time that the note was updated. |
Example notification: message received
{
"InternalNote": "Internal WO Number 352352",
"UpdatedBy": "Tyrion Lannister",
"ActionDate": "2020-02-28T12:02:54.9170647Z",
"Header": {
"WorkOrderId": 42,
"BranchId": 500772,
"Sender": {
"Name": "Jon Snow",
"Phone": "+12025550141",
"Type": "CorrigoPro"
},
"Action": "InternalNoteChanged",
"ActionDate": "2020-02-04T15:18:57.5328597Z",
"ApiVersion": "1.0",
"MessageId": "26b82cca-deea-4503-99cb-3cf8b83462ed"
}
}
Updated over 4 years ago