Elaine Vegeris
Elaine Vegeris
Hi there, The App view does indeed default to opening the Home tab by default, or the Messages tab if a user has unread messages from the app. I don't...
Hi there! If I understand correctly, this relates to the app receiving message events when users post in certain channels; message events are received as expected for regular channels where...
> some users are able to receive message events from direct messages, even though the app was not explicitly added to the DM and has never interacted in the conversation....
Hi there! Thanks for raising this; looks like we have a known issue where messages that contain rich text blocks are capped at the 13,200 total character limit (12,000 text...
Hi stokedout, That sounds right to me; add the new scopes to the app manifest you use as a template, include the new scopes in your install URL. Add the...
Hi there, We do have the basic BoltJS template in Typescript, which might be a better starting place: https://github.com/slack-samples/bolt-ts-starter-template It unfortunately doesn't have Agent/Assistant support as the bolt-js-assistant-template template does....
Hi there, Thanks for posting! It's true that only workflow or function ID are currently supported for the `component_id` flag but we'll mark this as a feature request for the...
Hi there! I'm afraid that's correct; 1) The [configuration token](https://api.slack.com/reference/manifests#config-tokens) associated with your user which is able to call the manifest APIs expires after 12 hours and 2) an approvals...
> the only thing you can't do via the API is request to install? I believe installation for these apps would need to go through the [OAuth flow](https://api.slack.com/authentication/oauth-v2). An app...
I'm not sure what's going on with the failing tests in the cli-test package; ``` Exception during run: src/cli/shell.spec.ts(21,55): error TS2345: Argument of type 'SpawnSyncReturns' is not assignable to parameter...