Rocket.Chat.Apps-engine icon indicating copy to clipboard operation
Rocket.Chat.Apps-engine copied to clipboard

The Rocket.Chat Apps engine and definitions.

Results 169 Rocket.Chat.Apps-engine issues
Sort by recently updated
recently updated
newest added

Hi there, I'm creating app relative to ChatGPT, I install `openai` package. https://www.npmjs.com/package/openai When I run command ```bash rc-apps package ``` It show error ``` WARN App has external module(s)...

Hello, why this not working, i cant correct choose options `export async function getMultiStaticElement(placeholderText: string, options: Array, blockId: string, actionId: string): Promise { const block: MultiStaticSelectElement = { type: 'multi_static_select',...

# What? :boat: - Added bridge for reading room unread messages for a user - Added bridge for counting the unread messages for a user in a room # Why?...

App implements IPostMessageSent. Permissions listed in app.json: `networking`, `message.write`, `persistence`, `slashcommand` executePostMessageSent ```typescript async executePostMessageSent(message: IMessage, read: IRead, http: IHttp, persistence: IPersistence, modify: IModify): Promise { console.log(1); let stopTyping: (()...

# What? :boat: Include a new property into the omnichannel source type to identify the destination of a message (e.g SMS number, Email address) # Why? :thinking: # Links :earth_americas:...

**Usecase:** Omnichannel chatbot using botpress and rocket chat. Previous RC version: v6.6.6 Current RC version: v6.12.0 **Botpress Connector:** https://github.com/mrsric/botpress-connector **Error at line:** https://github.com/mrsric/botpress-connector/blob/main/handler/ExecuteLivechatBlockActionHandler.ts#L23 Directly logging `context.getInteractionData()` shows this output https://katb.in/qerixenexuj...

My app works in everyone rocketchat workspace's the i tryed, but when i submit my app to the marketplace i recieve this error: Compile failed with a result of: An...

### Description: After updating the to version 6.11.1 (snap) and updating the API level of our private app to `1.44.0` the issue surfaced. At some point (after running properly for...

When adding an element (e.g. a button) on a contextual bar, it will set some Action IDs, and then the executeActionHandler is expected to handle the action when the element...