v1

latestOpenAPI 3.0.02026-07-2447166133.5 KB
Saved Messages

List saved messages

Lists all saved messages accessible to the organization. Returns both private and organization-wide saved messages with pagination support.

get/savedmessages

Query parameters

pageSizeinteger
paginationTokenstring

Token given in a previous response to allow requesting the next page

Example:abcdefghijklmnop

Response

A paged array of saved messages

hasMoreboolean required
paginationTokenstring

Token given in a previous response to allow requesting the next page

Example response

{
  "paginationToken": "abcdefghijklmnop",
  "savedMessages": [
    {
      "attachments": [
        {
          "data": {
            "mimetype": "audio/mpeg"
          },
          "title": "example.pdf"
        }
      ],
      "id": "sm_26RRC7PQ6JG00"
    }
  ]
}