Skip to main content

assistant.threads.setTitle method

Welcome to the new home of Slack developer docs!

We're still building and not all features are available quite yet. Enjoy this peek into the future!

Not ready for the future? Return to the past at api.slack.com.

Usage info

Use this method to set the title of a thread in an AI app. This will be shown when a user views the DM history with your app.

Example request:

{
"title": "Holidays this year",
"channel_id": "D324567865",
"thread_ts": "1786543.345678"
}

Response