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
I have been using this module to send out message cards, using this send function, which is creating a thread in a channel. I'm trying to capture the response of this message to identify my initial post and reply on that message, is it possible somehow?
The text was updated successfully, but these errors were encountered:
// ExpectedWebhookURLResponseText represents the expected response text
// provided by the remote webhook endpoint when submitting messages.
constExpectedWebhookURLResponseTextstring="1"
This is enough to get a general sense of whether the payload was successfully delivered by this library, but not where it was delivered (e.g., what channel).
If you learn of a way to validate that using webhook connectors please share as others could benefit from that knowledge.
Hi,
I have been using this module to send out message cards, using this send function, which is creating a thread in a channel. I'm trying to capture the response of this message to identify my initial post and reply on that message, is it possible somehow?
The text was updated successfully, but these errors were encountered: