id: trans_object type: - masthead activate: true icon: fa-user tooltip: Show Username function: > $.getJSON(Galaxy.root + "api/webhooks/trans_object/data", function(data) { alert('Username: ' + data.username); });