Gmail

GMAIL_FETCH_MESSAGE_BY_THREAD_ID

Retrieves messages from a gmail thread using its `thread id`, where the thread must be accessible by the specified `user id`.

Remote gmail

Other tools also called GMAIL_FETCH_MESSAGE_BY_THREAD_ID? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "user_id": {
      "type": "string",
      "title": "User Id",
      "default": "me",
      "examples": [
        "me",
        "[email protected]"
      ],
      "description": "The email address of the user."
    },
    "thread_id": {
      "type": "string",
      "title": "Thread Id",
      "examples": [
        "xsdfe3264vrfw"
      ],
      "description": "Unique ID of the thread, obtainable from actions like 'listThreads' or 'fetchEmails'."
    },
    "page_token": {
      "type": "string",
      "title": "Page Token",
      "default": "",
      "examples": [
        "CiAKGhIKJdealEffectivelyPageToken"
      ],
      "description": "Opaque page token for fetching a specific page of messages if results are paginated."
    }
  }
}
          

Provider

Gmail →