Class: InlineHook

InlineHook


new InlineHook()

Properties:
Name Type Description
_links hash
channel InlineHookChannel
created dateTime
id string
lastUpdated dateTime
name string
status InlineHookStatus
type InlineHookType
version string

Extends

Methods


activate()

Returns:
Type
Promise.<InlineHook>

deactivate()

Returns:
Type
Promise.<InlineHook>

execute(inlineHookPayload)

Parameters:
Name Type Description
inlineHookPayload InlineHookPayload
Returns:
Type
Promise.<InlineHookResponse>

update()

Returns:
Type
Promise.<InlineHook>