Please enable JavaScript.
Coggle requires JavaScript to display documents.
Slack API (Messages (Interactive messages (Required permissions (incoming…
Slack API
Messages
-
-
Structure
-
Attachments (e.g., image)
-
-
-
Ephemeral messages
-
typical use case - info for user who interacted with interactive message elements (e.g., confirmation for clicked button). Another case - notify user about error with action used
-
-
Control sequences
-
-
-
-
Special commands - here, everyone, channel
-
-
Interactive messages
-
-
-
-
-
-
-
Main feature of interactive message is that the message is mutable - we use it to emulate workflow or set of steps to perform an action.
We can modify original message with chat.update or by responding directly to action
Links unfurling
-
use chat.unfurl in event callback to actually provide a unfurled content. Allowed only for user and workspace token
Authorized unfurling - force auth flow before request real unfurling (will work for further unfulr invocations)
-
-
-
-
-
-
Bot
User-like identity in Slack WS. Available to invoke by mention
-