Ask Your Question

Revision history [back]

Yes, it is possible to send a response to a Slack user using the Slack API Java SDK. The SDK provides methods for sending messages to users, channels, and groups in Slack, as well as for attaching files and using interactive elements such as buttons and menus. In order to use the SDK to send messages, you will need to authenticate your application with Slack and obtain an access token to use with the SDK. Once you have done this, you can use the SDK to craft and send messages to Slack users based on events and commands received by your application.