Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 947 Bytes

WebhookBody.md

File metadata and controls

13 lines (9 loc) · 947 Bytes

WebhookBody

Properties

Name Type Description Notes
target str URL to be called when the webhook is triggered. [optional]
triggers list[str] An array of triggers the integration is subscribed to. This property is case sensitive. More details. [optional]
include_full_user bool A boolean specifying whether webhook payloads should include the complete user schema for events involving a specific user. [optional] [default to False]
include_full_source bool A boolean specifying whether webhook payloads should include the client and device object (when applicable). [optional] [default to False]

[Back to Model list] [Back to API list] [Back to README]