You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a few slack apps that rely on app based incoming webhooks. We utilize the WebhookClient class in the SDK to interface with this. It doesn't require a few of the fields, like channel or text. Is there a supported way to pass the blocks in (aside from dropping them into a Message instance and grabbing the blocks from that?)
The text was updated successfully, but these errors were encountered:
There isn't currently, but I'd be open to making something like a WebhookMessage class with just those required fields. Would that suit your use case? (Also happy to take other suggestions on board).
Hello!
We have a few slack apps that rely on app based incoming webhooks. We utilize the WebhookClient class in the SDK to interface with this. It doesn't require a few of the fields, like channel or text. Is there a supported way to pass the blocks in (aside from dropping them into a Message instance and grabbing the blocks from that?)
The text was updated successfully, but these errors were encountered: