I am trying to create a Slackbot using workflows and want to open a view for the user, but the Slack resource has views.open as a get request and this should be post
Am I missing something or is there a way to override?
I am trying to create a Slackbot using workflows and want to open a view for the user, but the Slack resource has views.open as a get request and this should be post
Am I missing something or is there a way to override?
@Mike_DeKock yeah i can't a way to override either, and docs say POST -- you're not crazy
Hello @Mike_DeKock great catch on that!
Are queries using that /views.open not working?
Or is it a UI display issue where it should display POST instead of GET?
Let me know and I can report this to our eng team, should be a quick fix!
It's the UI - it should display POST instead of GET.
views.publish and views.push should also be POST.
@Mike_DeKock thank you!
Glad that it's not causing any bugs with queries should be a very easy fix then