slackapi/deno-slack-sdk

[FEATURE] support response_urls in view_submission events

Ouverte

#469 ouverte le 18 juil. 2025

 (1 commentaire) (0 réaction) (0 personne assignée)TypeScript (45 forks)auto 404
feature requestgood first issue

Métriques du dépôt

Stars
 (227 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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

Guide contributeur