listTextMessages
Retrieve text messages from Follow Up Boss using filters like personId, threadId, phone, or participants. Requires at least one filter to avoid errors.
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 |
|---|---|---|---|
| id | No | Comma-separated message IDs | |
| next | No | Cursor for next page of results | |
| limit | No | Maximum number of results to return | |
| phone | No | Filter by phone | |
| offset | No | Offset for pagination | |
| personId | No | Filter by person ID | |
| threadId | No | Filter by thread ID | |
| toNumber | No | Filter by destination number | |
| fromNumber | No | Filter by source number | |
| groupTextId | No | Filter by group text | |
| participants | No | Comma-separated participants | |
| sharedInboxId | No | Filter by shared inbox |