BodyParserOptionsCallbackParams
Parameters for the body parser options callback.
interface BodyParserOptionsCallbackParams {
extensionName: string;
functionName: string;
integrationName: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
extensionName | Required | string | The name of the extension that is being called. |
functionName | Required | string | The name of the function that is being called. |
integrationName | Required | string | The name of the integration that is being called. |