# TalonOne::OutgoingIntegrationWebhookTemplates ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **data** | [**Array<OutgoingIntegrationWebhookTemplate>**](OutgoingIntegrationWebhookTemplate.md) | The list of webhook templates for a given outgoing integration type. | [optional] ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::OutgoingIntegrationWebhookTemplates.new(data: null) ```