Sha256: 601457c8d3c444d95262a8bfae7f24b1922bd24e3b640eb02ce4da752a99af6a
Contents?: true
Size: 1.04 KB
Versions: 5
Compression:
Stored size: 1.04 KB
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. | **method** | **String** | API method for this webhook. | ## 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}" }, method: POST) ```
Version data entries
5 entries across 5 versions & 1 rubygems