Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.36 KB

GETPublicNotificationDefinitionResponseCallout.md

File metadata and controls

20 lines (16 loc) · 1.36 KB

GETPublicNotificationDefinitionResponseCallout

Properties

Name Type Description Notes
active bool The status of the callout. The default is true. [optional] [default to True]
callout_auth CalloutAuth [optional]
callout_baseurl str The callout URL. It must start with 'https://' [optional]
callout_params CalloutMergeFields [optional]
callout_retry bool Specified whether to retry the callout when the callout fails. The default is true. [optional] [default to True]
description str Description for the callout. [optional]
event_type_name str The name of the event type. [optional]
http_method str The HTTP method of the callout. [optional]
id str The ID of the callout. If `calloutActive` is true, a callout is required. The eventTypeName of the callout MUST be the same as the eventTypeName. [optional]
name str The name of the created callout. [optional]
required_auth bool Specifies whether the callout requires auth. [optional]

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