webhook
user.customfield.values.updated
Sent to your endpoint when the custom field values of one or several users change in your platform. The users are sent by batch, so a single change can reach your endpoint as several events. Deleting a custom field does not trigger this event, even though it removes all its values from users: listen to the user.customfield.deleted event to cover that case.
2XXThe event is considered as accepted for any 2xx response code.
defaultThe event is considered as rejected for any other response code. The event emission will be retried later.

