views_publish
Publish a static home tab view to a Slack user. Provide user ID and view payload; optionally include hash to prevent race conditions on update.
Instructions
Publish a static view for a user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | No | A string representing view state, used to protect against race conditions when updating an existing view. | |
| view | Yes | A view payload object (of type ``home``). | |
| user_id | Yes | ID of the user you want to publish a view to (e.g. ``U0123``). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||