provider views GET /views.push
@utdk/slack /views.push
views_push
Push a view onto the stack of a root view.
token header required
Authentication token. Requires scope: `none`
string
trigger_id query required
Exchange a trigger to post to the user.
string
view query required
A [view payload](/reference/surfaces/views). This must be a JSON-encoded string.
string

Try it

Authentication
Configure credentials for Slack Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

viewsPush
GET/views.push
Push a view onto the stack of a root view.

required

Exchange a trigger to post to the user.

required

A [view payload](/reference/surfaces/views). This must be a JSON-encoded string.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.viewsPush()