Sha256: b2941881d421d1fc5cc5a11f5486e85698a324ed9152a05897a01eeef93e4b37
Contents?: true
Size: 642 Bytes
Versions: 7
Compression:
Stored size: 642 Bytes
Contents
# SmoochApi::Webhook ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | The webhook ID, generated automatically. | **target** | **String** | URL to be called when the webhook is triggered. | **triggers** | **Array<String>** | An array of triggers you wish to have the webhook listen to. See Enums.md for available values. | **secret** | **String** | Secret which will be transmitted with each webhook invocation and can be used to verify the authenticity of the caller. | **version** | **String** | The payload version of the webhook. | [optional]
Version data entries
7 entries across 7 versions & 1 rubygems