I'm looking at adding a couple of other name/value pairs in the json payload that is sent when a webhook detects an event. Is there a way to add in a value to the payload that is sent?
{ "ref": "release123", "ref_type": "branch", "master_branch": "develop", "description": null, "todaysdate": "Thursday", "MyName": "John Smith",
something like the last 2??