Hello,
When receiving webhook events for ‘appointment.created’, it often provides fake/default values. For example: finish time is null, when in reality, this can never be the case. Also duration is 0 and start time is also null. Other information such as patient information and reason are filled in.
Is this a known issue? Do i need to fetch the just created appointment again by id (id is provided in the body). I did not previously do this due to not wanting to hit the API rate limit.
Thank you!

