Custom field updated

When a custom field configuration is updated by the customer, your webhook receives a notification with information regarding that update.

Fields

FieldValue TypeVerificationDescription
HeaderMessageHeaderMandatoryA complex object that contains important information about the request.
AdditionalFieldDescriptorsAdditionalFieldDescriptor []MandatoryMandatory
An array of custom fields with an updated configuration.

Example notification: message received

{
	"AdditionalFieldDescriptors": [],
	"Header": {
		"WorkOrderId": 0,
		"BranchId": 0,
		"Sender": {
			"Name": "Jon Snow",
			"Phone": "+12025550141",
			"Type": "CorrigoPro"
		},
		"Action": "AdditionalFieldsDescriptorsUpdated",
		"ActionDate": "2020-02-04T15:18:57.5328597Z",
		"ApiVersion": "1.0",
		"MessageId": "26b82cca-deea-4503-99cb-3cf8b83462ed"
	}
}