Sha256: 420f5a65f98b6d788dc01318a1824241767e8ffda4a24e16f7e36ba92485ecc3
Contents?: true
Size: 963 Bytes
Versions: 1
Compression:
Stored size: 963 Bytes
Contents
# TalonOne::OutgoingIntegrationWebhookTemplate ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | Unique Id for this entity. | **integration_type** | **Integer** | Unique Id of outgoing integration type. | **title** | **String** | Title of the webhook template. | **description** | **String** | General description for the specific outgoing integration webhook template. | **payload** | **String** | API payload (supports templating using parameters) for this webhook template. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::OutgoingIntegrationWebhookTemplate.new(id: 6, integration_type: 2, title: Send email via braze, description: Waiting for docs team, payload: { "message": "${message}" }) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-3.0.0 | docs/OutgoingIntegrationWebhookTemplate.md |