Alokai

BodyParserOptionsCallbackParams

Parameters for the body parser options callback.

interface BodyParserOptionsCallbackParams {
	extensionName: string;
	functionName: string;
	integrationName: string;
}

Properties

NameRequiredTypeDescription
extensionNameRequiredstringThe name of the extension that is being called.
functionNameRequiredstringThe name of the function that is being called.
integrationNameRequiredstringThe name of the integration that is being called.

On this page