Sha256: 4c296b50d726a9c3614d36cad9fbfae4edfeef56a82877583baaf4b3b6b88f1e

Contents?: true

Size: 677 Bytes

Versions: 2

Compression:

Stored size: 677 Bytes

Contents

# TalonOne::NewOutgoingIntegrationWebhook

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **String** | Webhook title. | 
**description** | **String** | A description of the webhook. | [optional] 
**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,
                                 description: A webhook to send a coupon to the user.,
                                 application_ids: [1, 2, 3])
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/NewOutgoingIntegrationWebhook.md
talon_one-6.0.0 docs/NewOutgoingIntegrationWebhook.md