listTextMessages
Retrieve text messages from your Follow Up Boss account by specifying filters such as person ID, thread ID, or phone number. At least one filter is required 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 |