Slack resource views.open request

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?

1 Like

@Mike_DeKock yeah i can't a way to override either, and docs say POST -- you're not crazy :slight_smile:

1 Like

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.

1 Like

@Mike_DeKock thank you!

Glad that it's not causing any bugs with queries :sweat_smile: should be a very easy fix then :technologist: