Member Junction
    Preparing search index...
    • Handle a Slack interactivity payload.

      Routes by action_id prefix:

      • mj:view_full:* — Opens a modal with the full agent response
      • mj:action_* — Custom agent action buttons (logged, no-op for now)
      • URL buttons are handled client-side and don't trigger callbacks

      Parameters

      • rawPayload: string

        The raw JSON string from the payload form field.

      • client: WebClient

        Slack WebClient for API calls (e.g., opening modals).

      • Optionaladapter: SlackAdapter

        Optional SlackAdapter for form round-trip (posting choices back as messages).

      Returns Promise<void>