Webhook trigger object should contain incoming header information

In addition to trigger.json, trigger.data, and trigger.query, the webhook automation trigger object should also contain a dictionary of key value pairs for the headers of the incoming request: trigger.headers.

Sometimes, header information can be critical to understanding the full context of an incoming webhook – they can contain crucial information that is not present in the body.