You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mode_verbose: StrictStr=Field(description="Return selected mode with a UI Label")
36
36
webhook_url: Optional[StrictStr] =None
37
+
webhook_ca: Optional[UUID] =Field(default=None, description="When set, the selected ceritifcate is used to validate the certificate of the webhook server.")
37
38
webhook_mapping_body: Optional[UUID] =Field(default=None, description="Customize the body of the request. Mapping should return data that is JSON-serializable.")
38
39
webhook_mapping_headers: Optional[UUID] =Field(default=None, description="Configure additional headers to be sent. Mapping should return a dictionary of key-value pairs")
39
40
email_subject_prefix: Optional[StrictStr] =None
40
41
email_template: Optional[StrictStr] =None
41
42
send_once: Optional[StrictBool] =Field(default=None, description="Only send notification once, for example when sending a webhook into a chat channel.")
webhook_ca: Optional[UUID] =Field(default=None, description="When set, the selected ceritifcate is used to validate the certificate of the webhook server.")
36
37
webhook_mapping_body: Optional[UUID] =Field(default=None, description="Customize the body of the request. Mapping should return data that is JSON-serializable.")
37
38
webhook_mapping_headers: Optional[UUID] =Field(default=None, description="Configure additional headers to be sent. Mapping should return a dictionary of key-value pairs")
send_once: Optional[StrictBool] =Field(default=None, description="Only send notification once, for example when sending a webhook into a chat channel.")
webhook_ca: Optional[UUID] =Field(default=None, description="When set, the selected ceritifcate is used to validate the certificate of the webhook server.")
36
37
webhook_mapping_body: Optional[UUID] =Field(default=None, description="Customize the body of the request. Mapping should return data that is JSON-serializable.")
37
38
webhook_mapping_headers: Optional[UUID] =Field(default=None, description="Configure additional headers to be sent. Mapping should return a dictionary of key-value pairs")
send_once: Optional[StrictBool] =Field(default=None, description="Only send notification once, for example when sending a webhook into a chat channel.")
0 commit comments