Forum Discussion
Paul Dietrich
Jan 27, 2020Copper Contributor
Refresh Card not working?
I have a dotnet core web api that receives an action from an incoming web hook. It is an HTTP Post action on the web api that does some work and I want to reply to the message card using the refresh...
- Jan 28, 2020
Fixed this by posting a JSON card back with the refresh card headers.
Paul Dietrich
Jan 28, 2020Copper Contributor
Fixed this by posting a JSON card back with the refresh card headers.
- vimilApr 23, 2021Copper ContributorCould you let me know which headers you had to add. I am facing a similar issue