listTextMessages
Retrieve text messages from Follow Up Boss using filters like person ID, thread ID, phone, or message IDs. Requires at least one filter to return results.
Instructions
List text messages. FUB REQUIRES at least one filter: personId, threadId, phone, toNumber, fromNumber, sharedInboxId, groupTextId, participants, or id list. Unfiltered calls return 400.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return | |
| next | No | Cursor for next page of results | |
| offset | No | Offset for pagination | |
| personId | No | Filter by person ID | |
| threadId | No | Filter by thread ID | |
| phone | No | Filter by phone | |
| toNumber | No | Filter by destination number | |
| fromNumber | No | Filter by source number | |
| sharedInboxId | No | Filter by shared inbox | |
| groupTextId | No | Filter by group text | |
| participants | No | Comma-separated participants | |
| id | No | Comma-separated message IDs |