twist_inbox_unarchive
Restore archived threads in Twist by unarchiving them using their unique thread ID. Manage your inbox efficiently with this tool.
Instructions
Unarchives a thread.
Args: id: The ID of the thread to unarchive
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"title": "Id",
"type": "integer"
}
},
"required": [
"id"
],
"title": "twist_inbox_unarchiveArguments",
"type": "object"
}