Sha256: e8f4650b1d928b522e94348719f4564539b4d0955bf667762d0af6c503a76143
Contents?: true
Size: 740 Bytes
Versions: 6
Compression:
Stored size: 740 Bytes
Contents
# KlaviyoAPI::WebhookCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | A name for the webhook. | | | **description** | **String** | A description for the webhook. | [optional] | | **endpoint_url** | **String** | A url to send webhook calls to. Must be https. | | | **secret_key** | **String** | A secret key, that will be used for webhook request signing. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::WebhookCreateQueryResourceObjectAttributes.new( name: My Webhook, description: A webhook for sms events, endpoint_url: https://www.example.com/example/path, secret_key: INSERT_SECRET_KEY ) ```
Version data entries
6 entries across 6 versions & 1 rubygems