Describe the bug
I'm using a trello webhook to record some information into an internal system, as part of this webhook I need to read the value of a custom field to retrieve an "ID" of the object I need to record, as well as some other data
However sometimes when the request comes in, the .Board property of the card I create comes through as null - see below code sample

In this, one in every 10 or so requests throws a NullReferenceException on card.Board, if I fail the request from the webhook (ie: return BadRequest) the next time the webhook comes through the call works fine
Unfortunately I don't think I can provide much more context than this?
Describe the bug
I'm using a trello webhook to record some information into an internal system, as part of this webhook I need to read the value of a custom field to retrieve an "ID" of the object I need to record, as well as some other data
However sometimes when the request comes in, the .Board property of the card I create comes through as null - see below code sample
In this, one in every 10 or so requests throws a NullReferenceException on card.Board, if I fail the request from the webhook (ie: return BadRequest) the next time the webhook comes through the call works fine
Unfortunately I don't think I can provide much more context than this?