Module: app/action
Functions
actionExecute
▸ actionExecute(messageOptions
): Promise
<void
>
Parameters
Name | Type |
---|---|
messageOptions | MessageDataType <"actionExecute" > |
Returns
Promise
<void
>
Defined in
packages/admin-sdk/src/channel.ts:446
Type Aliases
actionExecute
Ƭ actionExecute: Object
Type declaration
Name | Type | Description |
---|---|---|
responseType | void | - |
url | string | The webhook url of your app. |
entityIds | string [] | The payload you want to send. |
entity | string | The entity this action is for. |
Defined in
packages/admin-sdk/src/app/action/index.ts:3
packages/admin-sdk/src/app/action/index.ts:5