Internal Note Changed

Every time an internal note is changed, your webhook receives a notification with information regarding that update.

Fields

FieldValue TypeVerificationDescription
HeaderMessageHeaderMandatoryComplex object that contains important information about the request.
InternalNoteStringMandatory,
Maximum length 3000
A text field with the internal note.
UpdatedByStringOptional, Max length 100A person who changed an internal note.
ActionDateDateTimeMandatoryTime 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"
	}
}