get('hipchat_room_id'), 'from' => get('target'), 'message' => get('hipchat_message'), 'color' => get('hipchat_color'), 'auth_token' => get('hipchat_token'), 'notify' => 0, 'format' => 'json', ]; Httpie::get(get('hipchat_url')) ->query($params) ->send(); });