Interface: FunctionExecutedEvent
Properties
bot_access_token
bot_access_token: string;
Defined in
event_ts
event_ts: string;
Defined in
function
function: object;
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;
Defined in
function_execution_id
function_execution_id: string;
Defined in
inputs
inputs: FunctionInputs;
Defined in
type
type: "function_executed";
Defined in
workflow_execution_id
workflow_execution_id: string;