mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 14:59:35 +00:00
482 B
482 B
Slack module
- Use when you need Slack search, message reads, or message actions.
- When a Slack message includes file URLs (in
files), callconnections.slack.viewFileUrl({ url })for each file you need.- Use the returned
fileUrlto embed the uploaded file in Notion (e.g.!\[image.png\](file://...)). - Do not embed raw Slack file URLs directly.
- Use the returned
- Inputs/outputs live in
index.ts. - Permissions live in
integration.ts. - Trigger payloads live in
triggers.ts.