Skip to main content

@slack/types / FunctionExecutedEvent

Interface: FunctionExecutedEvent

Defined in: events/function.ts:13

Properties​

bot_access_token​

bot_access_token: string;

Defined in: events/function.ts:32


event_ts​

event_ts: string;

Defined in: events/function.ts:31


function​

function: object;

Defined in: events/function.ts:15

app_id​

app_id: string;

callback_id​

callback_id: string;

date_created​

date_created: number;

date_deleted​

date_deleted: number;

date_updated​

date_updated: number;

description?​

optional description?: string;

id​

id: string;

input_parameters​

input_parameters: FunctionParams[];

output_parameters​

output_parameters: FunctionParams[];

title​

title: string;

type​

type: string;

function_execution_id​

function_execution_id: string;

Defined in: events/function.ts:29


inputs​

inputs: FunctionInputs;

Defined in: events/function.ts:28


type​

type: "function_executed";

Defined in: events/function.ts:14


workflow_execution_id​

workflow_execution_id: string;

Defined in: events/function.ts:30