slackapi/deno-slack-sdk

[FEATURE] support response_urls in view_submission events

Offen

#469 geöffnet am 18.07.2025

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (45 Forks)auto 404
feature requestgood first issue

Repository-Metriken

Stars
 (227 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

In BoltJS view submission event types supports response_urls, this should also be supported in the Deno SDK by the ViewSubmissionBody type

Currently you should be able to work arounds this by explicitly looking for the response_urls field in BaseViewBody objects and manually parsing the expected value

Contributor Guide