Show / Hide Table of Contents

Interface ConfigFile.IWebhooksConfiguration

Configure webhooks - broadcast events to remote servers. Created in Database scope

Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IWebhooksConfiguration

Properties

EnableWebhooks

Broadcast events to remote servers. Default false.

Declaration
bool EnableWebhooks { get; set; }
Property Value
Type Description
bool

NumThreads

How many background threads to run for dispatching webhooks. Default 0 = scale automatically according to demand.

Declaration
int NumThreads { get; set; }
Property Value
Type Description
int

RequireHttps

Require webhooks target URLs use HTTPS protocol. Should only be turned off during development. Default true.

Declaration
bool RequireHttps { get; set; }
Property Value
Type Description
bool

Timeout

Stop background threads after X number of seconds of idle time. Default 30 seconds.

Declaration
int Timeout { get; set; }
Property Value
Type Description
int

ValidateHttps

Require valid public HTTPS certificates. Self-signed or expired certs on webhook target URLs are refused. Should only be turned off during development. Default true.

Declaration
bool ValidateHttps { get; set; }
Property Value
Type Description
bool

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top