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
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.

Configure credentials above to enable sending.

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

TypeScript

import slack from '@utdk/slack';

await slack.viewsPush()