Allow components v2 in webhook #7513
Answered
by
advaith1
Hanashi
asked this question in
API Feature Requests & Ideas
-
At present, it is not feasible to utilize components v2 in webhook messages. The legacy embeds remain the only option available. In my opinion, it would be advantageous if components v2 could be utilized instead of embeds in webhook messages. |
Beta Was this translation helpful? Give feedback.
Answered by
advaith1
Apr 24, 2025
Replies: 1 comment 1 reply
-
You can use components v2 in webhook messages, you just need to use the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Hanashi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use components v2 in webhook messages, you just need to use the
?with_components=true
query param and the components v2 message flag.