On options load
POST /slack/on-options-load
Handle external_select options loading (block_suggestion payload). This endpoint is called by Slack when a user interacts with an external_select element. It supports dynamic repository search with pagination. The endpoint: 1. Authenticates the Slack user 2. Searches for repositories matching the user's query 3. Returns up to 100 options for the dropdown Note: "No Repository" is handled by a separate button in the form, so it's not included in the dropdown options. Error cases return an empty list. Configuration: Set the Options Load URL in Slack App settings to: https://your-domain/slack/on-options-load
Responses
| Status | Description |
|---|---|
200 | Successful Response |
Operation ID: on_options_load_slack_on_options_load_post