Skip to main content

Module: app/action

Functions

actionExecute

actionExecute(messageOptions): Promise<void>

Parameters

NameType
messageOptionsMessageDataType<"actionExecute">

Returns

Promise<void>

Defined in

src/channel.ts:462

Type Aliases

actionExecute

Ƭ actionExecute: Object

Type declaration

NameTypeDescription
responseTypevoid-
urlstringThe webhook url of your app.
entityIdsstring[]The payload you want to send.
entitystringThe entity this action is for.

Defined in

src/app/action/index.ts:3

src/app/action/index.ts:5