You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comprehensive /validate-integration of all 22 context.dev tools against the live API docs found the integration clean (no correctness bugs). Applied the actionable items:
- search: expose numResults (10-100) + country inputs (API supported them; users were silently capped at 10 results)
- accuracy: scrape_html type description (+doc/docx), map meta description (+sitemapsSkipped), brand links description (+contact)
- robustness: trim string query values in appendParam
Copy file name to clipboardExpand all lines: apps/docs/content/docs/en/integrations/slack.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1734,6 +1734,9 @@ Trigger workflow from Slack events like mentions, messages, and reactions
1734
1734
| ↳ `callback_id`| string | Callback ID of the shortcut or view. Present for shortcuts and modal submissions |
1735
1735
| ↳ `api_app_id`| string | Slack app ID. Present for interactivity and slash commands |
1736
1736
| ↳ `message_ts`| string | Timestamp of the message the interaction originated from. Present for block_actions |
1737
+
| ↳ `view`| json | Full Slack view object for modal interactions: state.values \(submitted input values\), private_metadata, id, callback_id, and hash. Present for view_submission/view_closed; null otherwise |
1738
+
| ↳ `message`| json | Full source message object the interaction came from, including its blocks and text. Present for block_actions on a message; null otherwise |
1739
+
| ↳ `state`| json | Current values of all stateful elements in the surface \(state.values\) at the time of a block action — e.g. inputs read on a button click. Present for block_actions; null otherwise |
1737
1740
| ↳ `hasFiles`| boolean | Whether the message has file attachments |
1738
1741
| ↳ `files`| file[]| File attachments downloaded from the message \(if includeFiles is enabled and bot token is provided\)|
0 commit comments