Sha256: acd138edb128d5411c3c3278fc048969e19ddc0ca5da3f43248411d3fb741848

Contents?: true

Size: 1.25 KB

Versions: 7

Compression:

Stored size: 1.25 KB

Contents

# TalonOne::NewWebhook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**application_ids** | **Array<Integer>** | The IDs of the applications that are related to this entity. | 
**title** | **String** | Friendly title for this webhook | 
**verb** | **String** | API method for this webhook | 
**url** | **String** | API url (supports templating using parameters) for this webhook | 
**headers** | **Array<String>** | List of API HTTP headers for this webhook | 
**payload** | **String** | API payload (supports templating using parameters) for this webhook | [optional] 
**params** | [**Array<TemplateArgDef>**](TemplateArgDef.md) | Array of template argument definitions | 
**enabled** | **Boolean** | Enables or disables webhook from showing in rule builder | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewWebhook.new(application_ids: null,
                                 title: null,
                                 verb: null,
                                 url: null,
                                 headers: null,
                                 payload: null,
                                 params: null,
                                 enabled: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
talon_one-2.5.1 docs/NewWebhook.md
talon_one-2.4.0 docs/NewWebhook.md
talon_one-2.3.0 docs/NewWebhook.md
talon_one-2.2.0 docs/NewWebhook.md
talon_one-2.1.1 docs/NewWebhook.md
talon_one-2.1.0 docs/NewWebhook.md
talon_one-2.0.0 docs/NewWebhook.md