I have setup a webhook that fires whenever an appointment is updated.
This works well except I need to pass the appointment owner with the webhook call.
From what I can see this is not passed. It only passes the user who modified the appointment record.
Is there any way to include this in the webhook payload or even the header.
Our webhook handler does not have the ability to query the CRM - it just needs to notify another process (based on the appointment owner) that a change has been made for that appointment owners record.