Sha256: f8c07ccf5e8f1600bdc275fbfb1b7a05362f70aa10cf631ca9bbc4781e4e8d71

Contents?: true

Size: 1.15 KB

Versions: 3

Compression:

Stored size: 1.15 KB

Contents

# 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

```ruby
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}"
})
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/NewNotificationTest.md
talon_one-6.0.0 docs/NewNotificationTest.md
talon_one-5.0.0 docs/NewNotificationTest.md