Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.13 KB

POSTPublicNotificationDefinitionRequestCallout.md

File metadata and controls

19 lines (15 loc) · 1.13 KB

POSTPublicNotificationDefinitionRequestCallout

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://'
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.
http_method str The HTTP method of the callout.
name str The name of the created callout.
required_auth bool Specifies whether the callout requires auth.

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