Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.12 KB

File metadata and controls

15 lines (11 loc) · 1.12 KB

SunshineConversationsClient.Webhook

Properties

Name Type Description Notes
id String A unique identifier for the webhook. [optional] [readonly]
version String Schema version of the payload delivered to this webhook. Can be `v1`, `v1.1` or `v2`. [optional] [readonly]
target String URL to be called when the webhook is triggered.
triggers [String] An array of triggers the integration is subscribed to. This property is case sensitive. More details.
secret String Webhook secret, used to verify the origin of incoming requests. [optional]
includeFullUser Boolean A boolean specifying whether webhook payloads should include the complete user schema for events involving a specific user. [optional] [default to false]
includeFullSource Boolean A boolean specifying whether webhook payloads should include the client and device object (when applicable). [optional] [default to false]