twist_inbox_archive_all
Archives all threads in a Twist workspace based on a specified timestamp, helping you manage and clean up your inbox efficiently.
Instructions
Archives all threads in a workspace.
Args: older_than_ts: Only archives threads that are the same or older than this timestamp
Input Schema
Name | Required | Description | Default |
---|---|---|---|
older_than_ts | No |
Input Schema (JSON Schema)
{
"properties": {
"older_than_ts": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"default": null,
"title": "Older Than Ts"
}
},
"title": "twist_inbox_archive_allArguments",
"type": "object"
}