Skip to main content

apps.connections.open method

Welcome to the new home of Slack developer docs!

We're still building and not all features are available quite yet. Enjoy this peek into the future!

Not ready for the future? Return to the past at api.slack.com.

Usage info

This API method uses an app-level token to generate a dynamic WebSocket URL. Use it with your app in Socket Mode to receive events and interactive feature payloads to the URL, rather than a public HTTP Request URL.

For this method, you will need to pass this token in the HTTP Authorization header of your request; passing it as a POST parameter will result in an error.

Response