Webhook payload

Hi,

I just configured an Automation. I configured a webhook so my CI system can be notified when the build is done. However the payload is not what is in the documentation. I am getting:

{"created":"2019-06-23T10:25:07.031526+00:00","environmentName":"Basic Environment","id":6564582}

That is not sufficient for me because I potentially have multiple builds running in parallel and my CI system needs to be able to differentiate between them. I had planned on using the commit SHA that is indicated in the documentation.

Why am I not getting the expected data? What I expected is described here: https://ionicframework.com/docs/appflow/automation/webhooks#webhook-body

With regards to my setup, I am pushing to Appflow. (No Github or Bitbucket integration).

Thanks,

Jesse