Skip to main content

@slack/web-api / FunctionExecutedEvent

Interface: FunctionExecutedEvent

Defined in: node_modules/@slack/types/dist/events/function.d.ts:11

Properties

bot_access_token

bot_access_token: string;

Defined in: node_modules/@slack/types/dist/events/function.d.ts:30


event_ts

event_ts: string;

Defined in: node_modules/@slack/types/dist/events/function.d.ts:29


function

function: object;

Defined in: node_modules/@slack/types/dist/events/function.d.ts:13

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: node_modules/@slack/types/dist/events/function.d.ts:27


inputs

inputs: FunctionInputs;

Defined in: node_modules/@slack/types/dist/events/function.d.ts:26


type

type: "function_executed";

Defined in: node_modules/@slack/types/dist/events/function.d.ts:12


workflow_execution_id

workflow_execution_id: string;

Defined in: node_modules/@slack/types/dist/events/function.d.ts:28