# TalonOne::NewNotificationWebhook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **url** | **String** | API URL for the given webhook-based notification. | **headers** | **Array<String>** | List of API HTTP headers for the given webhook-based notification. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewNotificationWebhook.new(url: www.my-company.com/my-endpoint-name, headers: content-type: application/json) ```