Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 957 Bytes

OutgoingIntegrationType.md

File metadata and controls

25 lines (18 loc) · 957 Bytes

TalonOne::OutgoingIntegrationType

Properties

Name Type Description Notes
id Integer Unique ID for this entity.
name String Name of the outgoing integration.
description String Description of the outgoing integration. [optional]
category String Category of the outgoing integration. [optional]
documentation_link String Http link to the outgoing integration's documentation. [optional]

Code Sample

require 'TalonOne'

instance = TalonOne::OutgoingIntegrationType.new(id: 6,
                                 name: Braze,
                                 description: Braze is a customer data platform,
                                 category: customer engagement platform,
                                 documentation_link: https://docs.talon.one/docs/dev/technology-partners/braze)