FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createWebHook Method

Creates the web hook.

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool createWebHook(
	string eventDefID,
	string webHookURL,
	string webHookAuthKey,
	out string webHookID
)
Public Function createWebHook ( _
	eventDefID As String, _
	webHookURL As String, _
	webHookAuthKey As String, _
	<OutAttribute> ByRef webHookID As String _
) As Boolean
public:
bool^ createWebHook(
	String^ eventDefID, 
	String^ webHookURL, 
	String^ webHookAuthKey, 
	[OutAttribute] String^% webHookID
)

Parameters

eventDefID
Type: String
The event definition identifier.
webHookURL
Type: String
The web hook URL.
webHookAuthKey
Type: String
The web hookauth key.
webHookID
Type: String%
The web hook identifier.

Return Value

true if XXXX, false otherwise.