# TalonOne::NewNotificationWebhook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **url** | **String** | API url for this notification webhook | **headers** | **Array<String>** | List of API HTTP headers for this notification webhook | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewNotificationWebhook.new(url: null, headers: null) ```