TalonOne::NewNotificationTest Properties Name Type Description Notes type String The notification type. _query_params Hash<String, String> Array of query parameters. [optional] headers Hash<String, String> List of API HTTP headers for the given webhook-based notification. [optional] verb String API method for this notification. url String API URL for the given notification. payload String API payload of this notification. Code Sample require 'TalonOne' instance = TalonOne::NewNotificationTest.new(type: loyalty_added_deducted_points, _query_params: {"param1":"value1","param2":"value2"}, headers: {"content-type":"application/json"}, verb: POST, url: www.my-company.com/my-endpoint-name, payload: { "message": "${message}" })