Sha256: 59136618aecabf5704be456f1515e9a4af56874085f7ea436670004e1e8479fa

Contents?: true

Size: 515 Bytes

Versions: 3

Compression:

Stored size: 515 Bytes

Contents

# TalonOne::NewOutgoingIntegrationWebhook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **String** | Webhook title. | 
**application_ids** | **Array<Integer>** | IDs of the Applications to which a webhook must be linked. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::NewOutgoingIntegrationWebhook.new(title: Send email to customer via Braze,
                                 application_ids: [1, 2, 3])
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
talon_one-5.0.0 docs/NewOutgoingIntegrationWebhook.md
talon_one-3.0.2 docs/NewOutgoingIntegrationWebhook.md
talon_one-3.0.1 docs/NewOutgoingIntegrationWebhook.md